#8AF2CE

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

Shades of Aquamarine #8AF2CE

Tints of Aquamarine #8AF2CE

Color information

#8AF2CE (or 0x8AF2CE) is unknown color: approx Aquamarine. HEX triplet: 8A, F2 and CE. RGB value is (138,242,206). Sum of RGB (Red+Green+Blue) = 138+242+206=586 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.55% from 586); Green value is 242 (94.92% from 255 or 41.30% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF2CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF2CE is #750D31. Grayscale: #CECECE. Windows color (decimal): -7671090 or 13562506. OLE color: 13562506.

HSL color Cylindrical-coordinate representation of color #8AF2CE: hue angle of 159.23º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AF2CE is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB138242206-
CMYK0.4300.150.05
HSL159.23º80%74.51%-
HSV(B)159.23º42.98%94.9%-
XYZ53.3773.3669.74-
YUV206.8127.5478.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.55%
GREEN value IS 242 (94.92% from 255) = 41.30%
BLUE value IS 206 (80.86% from 255) = 35.15%
R=23.55%
G=41.30%
B=35.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1382422060.4300.150.05159.238074.51
Hex8AF2CE2B0F59f504b
Octal212362316530175237120113
Binary100010101111001011001110101011011111011001111110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,242,206); }

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

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

 a { background-color: rgb(138,242,206); }

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

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

 span { border-color: rgb(138,242,206); }

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