#69FAD8

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

Shades of Aquamarine #69FAD8

Tints of Aquamarine #69FAD8

Color information

#69FAD8 (or 0x69FAD8) is unknown color: approx Aquamarine. HEX triplet: 69, FA and D8. RGB value is (105,250,216). Sum of RGB (Red+Green+Blue) = 105+250+216=571 (75% of max value = 765). Red value is 105 (41.41% from 255 or 18.39% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #69FAD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FAD8 is #960527. Grayscale: #CACACA. Windows color (decimal): -9831720 or 14219881. OLE color: 14219881.

HSL color Cylindrical-coordinate representation of color #69FAD8: hue angle of 165.93º 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 #69FAD8 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB105250216-
CMYK0.5800.140.02
HSL165.93º93.55%69.61%-
HSV(B)165.93º58%98.04%-
XYZ52.4176.3376.94-
YUV202.77135.4658.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.39%
GREEN value IS 250 (98.05% from 255) = 43.78%
BLUE value IS 216 (84.77% from 255) = 37.83%
R=18.39%
G=43.78%
B=37.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052502160.5800.140.02165.9393.5569.61
Hex69FAD83A0E2a65e46
Octal151372330720162246136106
Binary1101001111110101101100011101001110101010011010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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