#8AEFCA

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

Shades of Aquamarine #8AEFCA

Tints of Aquamarine #8AEFCA

Color information

#8AEFCA (or 0x8AEFCA) is unknown color: approx Aquamarine. HEX triplet: 8A, EF and CA. RGB value is (138,239,202). Sum of RGB (Red+Green+Blue) = 138+239+202=579 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.83% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 239 - color contains mainly: green. Hex color #8AEFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEFCA is #751035. Grayscale: #CCCCCC. Windows color (decimal): -7671862 or 13299594. OLE color: 13299594.

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

Color convert

RGB138239202-
CMYK0.4200.150.06
HSL158.02º75.94%73.92%-
HSV(B)158.02º42.26%93.73%-
XYZ52.0171.466.92-
YUV204.58126.5480.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.83%
GREEN value IS 239 (93.75% from 255) = 41.28%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=23.83%
G=41.28%
B=34.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1382392020.4200.150.06158.0275.9473.92
Hex8AEFCA2A0F69e4c4a
Octal212357312520176236114112
Binary100010101110111111001010101010011111101001111010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,239,202); }

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

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

 a { background-color: rgb(138,239,202); }

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

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

 span { border-color: rgb(138,239,202); }

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