#69F9DA

Color #69F9DA Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #69F9DA

Tints of Aquamarine #69F9DA

Color information

#69F9DA (or 0x69F9DA) is unknown color: approx Aquamarine. HEX triplet: 69, F9 and DA. RGB value is (105,249,218). Sum of RGB (Red+Green+Blue) = 105+249+218=572 (75% of max value = 765). Red value is 105 (41.41% from 255 or 18.36% from 572); Green value is 249 (97.66% from 255 or 43.53% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 249 - color contains mainly: green. Hex color #69F9DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69F9DA is #960625. Grayscale: #CACACA. Windows color (decimal): -9831974 or 14350697. OLE color: 14350697.

HSL color Cylindrical-coordinate representation of color #69F9DA: hue angle of 167.08º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69F9DA is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB105249218-
CMYK0.5800.120.02
HSL167.08º92.31%69.41%-
HSV(B)167.08º57.83%97.65%-
XYZ52.3675.8278.2-
YUV202.41136.7958.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 18.36%
GREEN value IS 249 (97.66% from 255) = 43.53%
BLUE value IS 218 (85.55% from 255) = 38.11%
R=18.36%
G=43.53%
B=38.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052492180.5800.120.02167.0892.3169.41
Hex69F9DA3A0C2a75c45
Octal151371332720142247134105
Binary1101001111110011101101011101001100101010011110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69F9DA; }

 p { color: rgb(105,249,218); }

 H1.HeaderClassName
 {
   color: #69F9DA;
 }
 .AnyTagClassName
 {
   color: #69F9DA;
 }
</style>
background-color css

<style>
 a { background-color: #69F9DA; }

 a { background-color: rgb(105,249,218); }

 div.DivClassName
 {
   background-color: #69F9DA;
 }
 .BgClassName
 {
   background-color: #69F9DA;
 }
</style>
border-color css

<style>
 span { border-color: #69F9DA; }

 span { border-color: rgb(105,249,218); }

 td.TdClassName
 {
   border-color: #69F9DA;
 }
 .TagClassName
 {
   border-color: #69F9DA;
 }
</style>