#8ed0bd

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

Shades of Bermuda #8ED0BD

Tints of Bermuda #8ED0BD

Color information

#8ED0BD (or 0x8ED0BD) is unknown color: approx Bermuda. HEX triplet: 8E, D0 and BD. RGB value is (142,208,189). Sum of RGB (Red+Green+Blue) = 142+208+189=539 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.35% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED0BD is #712F42. Grayscale: #BABABA. Windows color (decimal): -7417667 or 12439694. OLE color: 12439694.

HSL color Cylindrical-coordinate representation of color #8ED0BD: hue angle of 162.73º degrees, saturation: 0.41, 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 #8ED0BD is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB142208189-
CMYK0.3200.090.18
HSL162.73º41.25%68.63%-
HSV(B)162.73º31.73%81.57%-
XYZ42.954.5456.41-
YUV186.1129.6396.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.35%
GREEN value IS 208 (81.64% from 255) = 38.59%
BLUE value IS 189 (74.22% from 255) = 35.06%
R=26.35%
G=38.59%
B=35.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422081890.3200.090.18162.7341.2568.63
Hex8ED0BD200912a32945
Octal216320275400112224351105
Binary1000111011010000101111011000000100110010101000111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ed0bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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