#8CD3BE

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

Shades of Bermuda #8CD3BE

Tints of Bermuda #8CD3BE

Color information

#8CD3BE (or 0x8CD3BE) is unknown color: approx Bermuda. HEX triplet: 8C, D3 and BE. RGB value is (140,211,190). Sum of RGB (Red+Green+Blue) = 140+211+190=541 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.88% from 541); Green value is 211 (82.81% from 255 or 39.00% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 211 - color contains mainly: green. Hex color #8CD3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD3BE is #732C41. Grayscale: #BBBBBB. Windows color (decimal): -7547970 or 12505996. OLE color: 12505996.

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

Color convert

RGB140211190-
CMYK0.3400.100.17
HSL162.25º44.65%68.82%-
HSV(B)162.25º33.65%82.75%-
XYZ43.455.8857.21-
YUV187.38129.4894.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.88%
GREEN value IS 211 (82.81% from 255) = 39.00%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=25.88%
G=39.00%
B=35.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1402111900.3400.100.17162.2544.6568.82
Hex8CD3BE220A11a22d45
Octal214323276420122124255105
Binary1000110011010011101111101000100101010001101000101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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