#69FAD9

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

Shades of Aquamarine #69FAD9

Tints of Aquamarine #69FAD9

Color information

#69FAD9 (or 0x69FAD9) is unknown color: approx Aquamarine. HEX triplet: 69, FA and D9. RGB value is (105,250,217). Sum of RGB (Red+Green+Blue) = 105+250+217=572 (75% of max value = 765). Red value is 105 (41.41% from 255 or 18.36% from 572); Green value is 250 (98.05% from 255 or 43.71% from 572); Blue value is 217 (85.16% from 255 or 37.94% from 572); Max value from RGB is 250 - color contains mainly: green. Hex color #69FAD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FAD9 is #960526. Grayscale: #CACACA. Windows color (decimal): -9831719 or 14285417. OLE color: 14285417.

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

Color convert

RGB105250217-
CMYK0.5800.130.02
HSL166.34º93.55%69.61%-
HSV(B)166.34º58%98.04%-
XYZ52.5476.3877.62-
YUV202.88135.9658.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.36%
GREEN value IS 250 (98.05% from 255) = 43.71%
BLUE value IS 217 (85.16% from 255) = 37.94%
R=18.36%
G=43.71%
B=37.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052502170.5800.130.02166.3493.5569.61
Hex69FAD93A0D2a65e46
Octal151372331720152246136106
Binary1101001111110101101100111101001101101010011010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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