#8AEECC

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

Shades of Aquamarine #8AEECC

Tints of Aquamarine #8AEECC

Color information

#8AEECC (or 0x8AEECC) is unknown color: approx Aquamarine. HEX triplet: 8A, EE and CC. RGB value is (138,238,204). Sum of RGB (Red+Green+Blue) = 138+238+204=580 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.79% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEECC is #751133. Grayscale: #CCCCCC. Windows color (decimal): -7672116 or 13430410. OLE color: 13430410.

HSL color Cylindrical-coordinate representation of color #8AEECC: hue angle of 159.6º 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 #8AEECC is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB138238204-
CMYK0.4200.140.07
HSL159.6º74.63%73.73%-
HSV(B)159.6º42.02%93.33%-
XYZ51.9570.9168.08-
YUV204.22127.8780.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.79%
GREEN value IS 238 (93.36% from 255) = 41.03%
BLUE value IS 204 (80.08% from 255) = 35.17%
R=23.79%
G=41.03%
B=35.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382382040.4200.140.07159.674.6373.73
Hex8AEECC2A0E7a04b4a
Octal212356314520167240113112
Binary100010101110111011001100101010011101111010000010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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