#8AEFCE

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

Shades of Aquamarine #8AEFCE

Tints of Aquamarine #8AEFCE

Color information

#8AEFCE (or 0x8AEFCE) is unknown color: approx Aquamarine. HEX triplet: 8A, EF and CE. RGB value is (138,239,206). Sum of RGB (Red+Green+Blue) = 138+239+206=583 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.67% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #8AEFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEFCE is #751031. Grayscale: #CDCDCD. Windows color (decimal): -7671858 or 13561738. OLE color: 13561738.

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

Color convert

RGB138239206-
CMYK0.4200.140.06
HSL160.4º75.94%73.92%-
HSV(B)160.4º42.26%93.73%-
XYZ52.4971.5969.44-
YUV205.04128.5480.18-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.67%
GREEN value IS 239 (93.75% from 255) = 40.99%
BLUE value IS 206 (80.86% from 255) = 35.33%
R=23.67%
G=40.99%
B=35.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1382392060.4200.140.06160.475.9473.92
Hex8AEFCE2A0E6a04c4a
Octal212357316520166240114112
Binary100010101110111111001110101010011101101010000010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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