#8AEEDE

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

Shades of Aquamarine #8AEEDE

Tints of Aquamarine #8AEEDE

Color information

#8AEEDE (or 0x8AEEDE) is unknown color: approx Aquamarine. HEX triplet: 8A, EE and DE. RGB value is (138,238,222). Sum of RGB (Red+Green+Blue) = 138+238+222=598 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.08% from 598); Green value is 238 (93.36% from 255 or 39.80% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEEDE is #751121. Grayscale: #CECECE. Windows color (decimal): -7672098 or 14610058. OLE color: 14610058.

HSL color Cylindrical-coordinate representation of color #8AEEDE: hue angle of 170.4º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEEDE is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB138238222-
CMYK0.4200.070.07
HSL170.4º74.63%73.73%-
HSV(B)170.4º42.02%93.33%-
XYZ54.2471.8380.11-
YUV206.28136.8779.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.08%
GREEN value IS 238 (93.36% from 255) = 39.80%
BLUE value IS 222 (87.11% from 255) = 37.12%
R=23.08%
G=39.80%
B=37.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382382220.4200.070.07170.474.6373.73
Hex8AEEDE2A077aa4b4a
Octal21235633652077252113112
Binary10001010111011101101111010101001111111010101010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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