#8AF0DE

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

Shades of Aquamarine #8AF0DE

Tints of Aquamarine #8AF0DE

Color information

#8AF0DE (or 0x8AF0DE) is unknown color: approx Aquamarine. HEX triplet: 8A, F0 and DE. RGB value is (138,240,222). Sum of RGB (Red+Green+Blue) = 138+240+222=600 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF0DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF0DE is #750F21. Grayscale: #CFCFCF. Windows color (decimal): -7671586 or 14610570. OLE color: 14610570.

HSL color Cylindrical-coordinate representation of color #8AF0DE: hue angle of 169.41º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AF0DE is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB138240222-
CMYK0.4200.080.06
HSL169.41º77.27%74.12%-
HSV(B)169.41º42.5%94.12%-
XYZ54.837380.31-
YUV207.45136.2178.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23%
GREEN value IS 240 (94.14% from 255) = 40%
BLUE value IS 222 (87.11% from 255) = 37%
R=23%
G=40%
B=37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1382402220.4200.080.06169.4177.2774.12
Hex8AF0DE2A086a94d4a
Octal212360336520106251115112
Binary100010101111000011011110101010010001101010100110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AF0DE; }

 p { color: rgb(138,240,222); }

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

<style>
 a { background-color: #8AF0DE; }

 a { background-color: rgb(138,240,222); }

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

<style>
 span { border-color: #8AF0DE; }

 span { border-color: rgb(138,240,222); }

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