#8ED6C0

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

Shades of Bermuda #8ED6C0

Tints of Bermuda #8ED6C0

Color information

#8ED6C0 (or 0x8ED6C0) is unknown color: approx Bermuda. HEX triplet: 8E, D6 and C0. RGB value is (142,214,192). Sum of RGB (Red+Green+Blue) = 142+214+192=548 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.91% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED6C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED6C0 is #71293F. Grayscale: #BDBDBD. Windows color (decimal): -7416128 or 12637838. OLE color: 12637838.

HSL color Cylindrical-coordinate representation of color #8ED6C0: hue angle of 161.67º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ED6C0 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB142214192-
CMYK0.3400.100.16
HSL161.67º46.75%69.8%-
HSV(B)161.67º33.64%83.92%-
XYZ44.7257.6558.64-
YUV189.96129.1593.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.91%
GREEN value IS 214 (83.98% from 255) = 39.05%
BLUE value IS 192 (75.39% from 255) = 35.04%
R=25.91%
G=39.05%
B=35.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1422141920.3400.100.16161.6746.7569.8
Hex8ED6C0220A10a22f46
Octal216326300420122024257106
Binary1000111011010110110000001000100101010000101000101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,214,192); }

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

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

 a { background-color: rgb(142,214,192); }

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

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

 span { border-color: rgb(142,214,192); }

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