#8CD3BB

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

Shades of Bermuda #8CD3BB

Tints of Bermuda #8CD3BB

Color information

#8CD3BB (or 0x8CD3BB) is unknown color: approx Bermuda. HEX triplet: 8C, D3 and BB. RGB value is (140,211,187). Sum of RGB (Red+Green+Blue) = 140+211+187=538 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.02% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 211 - color contains mainly: green. Hex color #8CD3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD3BB is #732C44. Grayscale: #BBBBBB. Windows color (decimal): -7547973 or 12309388. OLE color: 12309388.

HSL color Cylindrical-coordinate representation of color #8CD3BB: hue angle of 159.72º 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 #8CD3BB is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB140211187-
CMYK0.3400.110.17
HSL159.72º44.65%68.82%-
HSV(B)159.72º33.65%82.75%-
XYZ43.0855.7555.5-
YUV187.04127.9894.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.02%
GREEN value IS 211 (82.81% from 255) = 39.22%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=26.02%
G=39.22%
B=34.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1402111870.3400.110.17159.7244.6568.82
Hex8CD3BB220B11a02d45
Octal214323273420132124055105
Binary1000110011010011101110111000100101110001101000001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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