#8EFBD2

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

Shades of Aquamarine #8EFBD2

Tints of Aquamarine #8EFBD2

Color information

#8EFBD2 (or 0x8EFBD2) is unknown color: approx Aquamarine. HEX triplet: 8E, FB and D2. RGB value is (142,251,210). Sum of RGB (Red+Green+Blue) = 142+251+210=603 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.55% from 603); Green value is 251 (98.44% from 255 or 41.63% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 251 - color contains mainly: green. Hex color #8EFBD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFBD2 is #71042D. Grayscale: #D5D5D5. Windows color (decimal): -7406638 or 13826958. OLE color: 13826958.

HSL color Cylindrical-coordinate representation of color #8EFBD2: hue angle of 157.43º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EFBD2 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB142251210-
CMYK0.4300.160.02
HSL157.43º93.16%77.06%-
HSV(B)157.43º43.43%98.43%-
XYZ57.2979.473.28-
YUV213.74125.8976.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.55%
GREEN value IS 251 (98.44% from 255) = 41.63%
BLUE value IS 210 (82.42% from 255) = 34.83%
R=23.55%
G=41.63%
B=34.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422512100.4300.160.02157.4393.1677.06
Hex8EFBD22B01029d5d4d
Octal216373322530202235135115
Binary100011101111101111010010101011010000101001110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,251,210); }

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

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

 a { background-color: rgb(142,251,210); }

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

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

 span { border-color: rgb(142,251,210); }

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