#8EFBD0

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

Shades of Aquamarine #8EFBD0

Tints of Aquamarine #8EFBD0

Color information

#8EFBD0 (or 0x8EFBD0) is unknown color: approx Aquamarine. HEX triplet: 8E, FB and D0. RGB value is (142,251,208). Sum of RGB (Red+Green+Blue) = 142+251+208=601 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.63% from 601); Green value is 251 (98.44% from 255 or 41.76% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 251 - color contains mainly: green. Hex color #8EFBD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFBD0 is #71042F. Grayscale: #D5D5D5. Windows color (decimal): -7406640 or 13695886. OLE color: 13695886.

HSL color Cylindrical-coordinate representation of color #8EFBD0: hue angle of 156.33º 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 #8EFBD0 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB142251208-
CMYK0.4300.170.02
HSL156.33º93.16%77.06%-
HSV(B)156.33º43.43%98.43%-
XYZ57.0479.371.97-
YUV213.51124.8977-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.63%
GREEN value IS 251 (98.44% from 255) = 41.76%
BLUE value IS 208 (81.64% from 255) = 34.61%
R=23.63%
G=41.76%
B=34.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422512080.4300.170.02156.3393.1677.06
Hex8EFBD02B01129c5d4d
Octal216373320530212234135115
Binary100011101111101111010000101011010001101001110010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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