#8ED2BB

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

Shades of Bermuda #8ED2BB

Tints of Bermuda #8ED2BB

Color information

#8ED2BB (or 0x8ED2BB) is unknown color: approx Bermuda. HEX triplet: 8E, D2 and BB. RGB value is (142,210,187). Sum of RGB (Red+Green+Blue) = 142+210+187=539 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.35% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED2BB is #712D44. Grayscale: #BBBBBB. Windows color (decimal): -7417157 or 12309134. OLE color: 12309134.

HSL color Cylindrical-coordinate representation of color #8ED2BB: hue angle of 159.71º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ED2BB is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB142210187-
CMYK0.3200.110.18
HSL159.71º43.04%69.02%-
HSV(B)159.71º32.38%82.35%-
XYZ43.1755.4355.44-
YUV187.05127.9795.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.35%
GREEN value IS 210 (82.42% from 255) = 38.96%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=26.35%
G=38.96%
B=34.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422101870.3200.110.18159.7143.0469.02
Hex8ED2BB200B12a02b45
Octal216322273400132224053105
Binary1000111011010010101110111000000101110010101000001010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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