#8AEFC9

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

Shades of Aquamarine #8AEFC9

Tints of Aquamarine #8AEFC9

Color information

#8AEFC9 (or 0x8AEFC9) is unknown color: approx Aquamarine. HEX triplet: 8A, EF and C9. RGB value is (138,239,201). Sum of RGB (Red+Green+Blue) = 138+239+201=578 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.88% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 201 (78.91% from 255 or 34.78% from 578); Max value from RGB is 239 - color contains mainly: green. Hex color #8AEFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEFC9 is #751036. Grayscale: #CCCCCC. Windows color (decimal): -7671863 or 13234058. OLE color: 13234058.

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

Color convert

RGB138239201-
CMYK0.4200.160.06
HSL157.43º75.94%73.92%-
HSV(B)157.43º42.26%93.73%-
XYZ51.8971.3566.3-
YUV204.47126.0480.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.88%
GREEN value IS 239 (93.75% from 255) = 41.35%
BLUE value IS 201 (78.91% from 255) = 34.78%
R=23.88%
G=41.35%
B=34.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1382392010.4200.160.06157.4375.9473.92
Hex8AEFC92A01069d4c4a
Octal212357311520206235114112
Binary1000101011101111110010011010100100001101001110110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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