#8ED4C1

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

Shades of Bermuda #8ED4C1

Tints of Bermuda #8ED4C1

Color information

#8ED4C1 (or 0x8ED4C1) is unknown color: approx Bermuda. HEX triplet: 8E, D4 and C1. RGB value is (142,212,193). Sum of RGB (Red+Green+Blue) = 142+212+193=547 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.96% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED4C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED4C1 is #712B3E. Grayscale: #BCBCBC. Windows color (decimal): -7416639 or 12702862. OLE color: 12702862.

HSL color Cylindrical-coordinate representation of color #8ED4C1: hue angle of 163.71º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ED4C1 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB142212193-
CMYK0.3300.090.17
HSL163.71º44.87%69.41%-
HSV(B)163.71º33.02%83.14%-
XYZ44.3256.6959.06-
YUV188.9130.3194.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.96%
GREEN value IS 212 (83.20% from 255) = 38.76%
BLUE value IS 193 (75.78% from 255) = 35.28%
R=25.96%
G=38.76%
B=35.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1422121930.3300.090.17163.7144.8769.41
Hex8ED4C1210911a42d45
Octal216324301410112124455105
Binary1000111011010100110000011000010100110001101001001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,212,193); }

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

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

 a { background-color: rgb(142,212,193); }

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

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

 span { border-color: rgb(142,212,193); }

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