#8ED0C4

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

Shades of Bermuda #8ED0C4

Tints of Bermuda #8ED0C4

Color information

#8ED0C4 (or 0x8ED0C4) is unknown color: approx Bermuda. HEX triplet: 8E, D0 and C4. RGB value is (142,208,196). Sum of RGB (Red+Green+Blue) = 142+208+196=546 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.01% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED0C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED0C4 is #712F3B. Grayscale: #BABABA. Windows color (decimal): -7417660 or 12898446. OLE color: 12898446.

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

Color convert

RGB142208196-
CMYK0.3200.060.18
HSL169.09º41.25%68.63%-
HSV(B)169.09º31.73%81.57%-
XYZ43.6854.8560.51-
YUV186.9133.1395.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.01%
GREEN value IS 208 (81.64% from 255) = 38.10%
BLUE value IS 196 (76.95% from 255) = 35.90%
R=26.01%
G=38.10%
B=35.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422081960.3200.060.18169.0941.2568.63
Hex8ED0C4200612a92945
Octal21632030440062225151105
Binary100011101101000011000100100000011010010101010011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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