#8ED0BE

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

Shades of Bermuda #8ED0BE

Tints of Bermuda #8ED0BE

Color information

#8ED0BE (or 0x8ED0BE) is unknown color: approx Bermuda. HEX triplet: 8E, D0 and BE. RGB value is (142,208,190). Sum of RGB (Red+Green+Blue) = 142+208+190=540 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.30% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED0BE is #712F41. Grayscale: #BABABA. Windows color (decimal): -7417666 or 12505230. OLE color: 12505230.

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

Color convert

RGB142208190-
CMYK0.3200.090.18
HSL163.64º41.25%68.63%-
HSV(B)163.64º31.73%81.57%-
XYZ43.0154.5856.98-
YUV186.21130.1396.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.30%
GREEN value IS 208 (81.64% from 255) = 38.52%
BLUE value IS 190 (74.61% from 255) = 35.19%
R=26.30%
G=38.52%
B=35.19%

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
Decimal1422081900.3200.090.18163.6441.2568.63
Hex8ED0BE200912a42945
Octal216320276400112224451105
Binary1000111011010000101111101000000100110010101001001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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