#8ED3BF

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

Shades of Bermuda #8ED3BF

Tints of Bermuda #8ED3BF

Color information

#8ED3BF (or 0x8ED3BF) is unknown color: approx Bermuda. HEX triplet: 8E, D3 and BF. RGB value is (142,211,191). Sum of RGB (Red+Green+Blue) = 142+211+191=544 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.10% from 544); Green value is 211 (82.81% from 255 or 38.79% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED3BF is #712C40. Grayscale: #BCBCBC. Windows color (decimal): -7416897 or 12571534. OLE color: 12571534.

HSL color Cylindrical-coordinate representation of color #8ED3BF: hue angle of 162.61º degrees, saturation: 0.44, 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 #8ED3BF is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB142211191-
CMYK0.3300.090.17
HSL162.61º43.95%69.22%-
HSV(B)162.61º32.7%82.75%-
XYZ43.8556.157.81-
YUV188.09129.6495.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.10%
GREEN value IS 211 (82.81% from 255) = 38.79%
BLUE value IS 191 (75% from 255) = 35.11%
R=26.10%
G=38.79%
B=35.11%

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
Decimal1422111910.3300.090.17162.6143.9569.22
Hex8ED3BF210911a32c45
Octal216323277410112124354105
Binary1000111011010011101111111000010100110001101000111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,211,191); }

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

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

 a { background-color: rgb(142,211,191); }

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

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

 span { border-color: rgb(142,211,191); }

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