#8EDBBE

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

Shades of Bermuda #8EDBBE

Tints of Bermuda #8EDBBE

Color information

#8EDBBE (or 0x8EDBBE) is unknown color: approx Bermuda. HEX triplet: 8E, DB and BE. RGB value is (142,219,190). Sum of RGB (Red+Green+Blue) = 142+219+190=551 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.77% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDBBE is #712441. Grayscale: #C0C0C0. Windows color (decimal): -7414850 or 12508046. OLE color: 12508046.

HSL color Cylindrical-coordinate representation of color #8EDBBE: hue angle of 157.4º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDBBE is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB142219190-
CMYK0.3500.130.14
HSL157.4º51.68%70.78%-
HSV(B)157.4º35.16%85.88%-
XYZ45.7860.1357.91-
YUV192.67126.4991.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.77%
GREEN value IS 219 (85.94% from 255) = 39.75%
BLUE value IS 190 (74.61% from 255) = 34.48%
R=25.77%
G=39.75%
B=34.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422191900.3500.130.14157.451.6870.78
Hex8EDBBE230DE9d3447
Octal216333276430151623564107
Binary100011101101101110111110100011011011110100111011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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