Shades of Bermuda #8CD2C2
Tints of Bermuda #8CD2C2
RGB
CMYK
RGB Variations
Color information
#8CD2C2 (or 0x8CD2C2) is known color: Bermuda. HEX triplet: 8C, D2 and C2. RGB value is (140,210,194). Sum of RGB (Red+Green+Blue) = 140+210+194=544 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.74% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD2C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD2C2 is #732D3D. Grayscale: #BBBBBB. Windows color (decimal): -7548222 or 12767884. OLE color: 12767884.
HSL color Cylindrical-coordinate representation of color #8CD2C2: hue angle of 166.29º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CD2C2 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 210 | 194 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.18 |
| HSL | 166.29º | 0.44% | 0.69% | - |
| HSV(B) | 166.29º | 0.33% | 0.82% | - |
| XYZ | 43.6 | 55.56 | 59.47 | - |
| YUV | 187.25 | 131.81 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 210 | 194 | 0.33 | 0 | 0.08 | 0.18 | 166.29 | 0.44 | 0.69 |
| Hex | 8C | D2 | C2 | 21 | 0 | 8 | 12 | A6 | 2C | 45 |
| Octal | 214 | 322 | 302 | 41 | 0 | 10 | 22 | 246 | 54 | 105 |
| Binary | 10001100 | 11010010 | 11000010 | 100001 | 0 | 1000 | 10010 | 10100110 | 101100 | 1000101 |
Color Harmonies of #8CD2C2
Complementary color
Monochromatic Colors of #8CD2C2
Black with #8CD2C2
Text Example
Text Example
White with #8CD2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD2C2; }
p { color: rgb(140,210,194); }
H1.HeaderClassName
{
color: #8CD2C2;
}
.AnyTagClassName
{
color: #8CD2C2;
}
</style>
background-color css
<style>
a { background-color: #8CD2C2; }
a { background-color: rgb(140,210,194); }
div.DivClassName
{
background-color: #8CD2C2;
}
.BgClassName
{
background-color: #8CD2C2;
}
</style>
border-color css
<style>
span { border-color: #8CD2C2; }
span { border-color: rgb(140,210,194); }
td.TdClassName
{
border-color: #8CD2C2;
}
.TagClassName
{
border-color: #8CD2C2;
}
</style>