#8CD9BE

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

Shades of Bermuda #8CD9BE

Tints of Bermuda #8CD9BE

Color information

#8CD9BE (or 0x8CD9BE) is unknown color: approx Bermuda. HEX triplet: 8C, D9 and BE. RGB value is (140,217,190). Sum of RGB (Red+Green+Blue) = 140+217+190=547 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.59% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 217 - color contains mainly: green. Hex color #8CD9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD9BE is #732641. Grayscale: #BEBEBE. Windows color (decimal): -7546434 or 12507532. OLE color: 12507532.

HSL color Cylindrical-coordinate representation of color #8CD9BE: hue angle of 158.96º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CD9BE is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB140217190-
CMYK0.3500.120.15
HSL158.96º50.33%70%-
HSV(B)158.96º35.48%85.1%-
XYZ44.9258.9257.72-
YUV190.9127.4991.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.59%
GREEN value IS 217 (85.16% from 255) = 39.67%
BLUE value IS 190 (74.61% from 255) = 34.73%
R=25.59%
G=39.67%
B=34.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1402171900.3500.120.15158.9650.3370
Hex8CD9BE230CF9f3246
Octal214331276430141723762106
Binary100011001101100110111110100011011001111100111111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,217,190); }

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

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

 a { background-color: rgb(140,217,190); }

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

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

 span { border-color: rgb(140,217,190); }

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