#69EFD9

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

Shades of Aquamarine #69EFD9

Tints of Aquamarine #69EFD9

Color information

#69EFD9 (or 0x69EFD9) is unknown color: approx Aquamarine. HEX triplet: 69, EF and D9. RGB value is (105,239,217). Sum of RGB (Red+Green+Blue) = 105+239+217=561 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.72% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #69EFD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69EFD9 is #961026. Grayscale: #C4C4C4. Windows color (decimal): -9834535 or 14282601. OLE color: 14282601.

HSL color Cylindrical-coordinate representation of color #69EFD9: hue angle of 170.15º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EFD9 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB105239217-
CMYK0.5600.090.06
HSL170.15º80.72%67.45%-
HSV(B)170.15º56.07%93.73%-
XYZ49.2269.7576.51-
YUV196.43139.6162.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.72%
GREEN value IS 239 (93.75% from 255) = 42.60%
BLUE value IS 217 (85.16% from 255) = 38.68%
R=18.72%
G=42.60%
B=38.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1052392170.5600.090.06170.1580.7267.45
Hex69EFD938096aa5143
Octal151357331700116252121103
Binary11010011110111111011001111000010011101010101010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,239,217); }

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

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

 a { background-color: rgb(105,239,217); }

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

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

 span { border-color: rgb(105,239,217); }

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