#8CD1BB

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

Shades of Bermuda #8CD1BB

Tints of Bermuda #8CD1BB

Color information

#8CD1BB (or 0x8CD1BB) is unknown color: approx Bermuda. HEX triplet: 8C, D1 and BB. RGB value is (140,209,187). Sum of RGB (Red+Green+Blue) = 140+209+187=536 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.12% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 209 - color contains mainly: green. Hex color #8CD1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD1BB is #732E44. Grayscale: #B9B9B9. Windows color (decimal): -7548485 or 12308876. OLE color: 12308876.

HSL color Cylindrical-coordinate representation of color #8CD1BB: hue angle of 160.87º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CD1BB is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB140209187-
CMYK0.3300.110.18
HSL160.87º42.86%68.43%-
HSV(B)160.87º33.01%81.96%-
XYZ42.5954.7655.34-
YUV185.86128.6495.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.12%
GREEN value IS 209 (82.03% from 255) = 38.99%
BLUE value IS 187 (73.44% from 255) = 34.89%
R=26.12%
G=38.99%
B=34.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1402091870.3300.110.18160.8742.8668.43
Hex8CD1BB210B12a12b44
Octal214321273410132224153104
Binary1000110011010001101110111000010101110010101000011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,209,187); }

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

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

 a { background-color: rgb(140,209,187); }

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

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

 span { border-color: rgb(140,209,187); }

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