Shades of Bermuda #8CCCC2
Tints of Bermuda #8CCCC2
RGB
CMYK
RGB Variations
Color information
#8CCCC2 (or 0x8CCCC2) is known color: Bermuda. HEX triplet: 8C, CC and C2. RGB value is (140,204,194). Sum of RGB (Red+Green+Blue) = 140+204+194=538 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.02% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCCC2 is #73333D. Grayscale: #B7B7B7. Windows color (decimal): -7549758 or 12766348. OLE color: 12766348.
HSL color Cylindrical-coordinate representation of color #8CCCC2: hue angle of 170.62º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCCC2 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 204 | 194 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.2 |
| HSL | 170.63º | 0.39% | 0.67% | - |
| HSV(B) | 170.63º | 0.31% | 0.8% | - |
| XYZ | 42.15 | 52.66 | 58.98 | - |
| YUV | 183.72 | 133.8 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 194 | 0.31 | 0 | 0.05 | 0.2 | 170.63 | 0.39 | 0.67 |
| Hex | 8C | CC | C2 | 1F | 0 | 5 | 14 | AB | 27 | 43 |
| Octal | 214 | 314 | 302 | 37 | 0 | 5 | 24 | 253 | 47 | 103 |
| Binary | 10001100 | 11001100 | 11000010 | 11111 | 0 | 101 | 10100 | 10101011 | 100111 | 1000011 |
Color Harmonies of #8CCCC2
Complementary color
Monochromatic Colors of #8CCCC2
Black with #8CCCC2
Text Example
Text Example
White with #8CCCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCCC2; }
p { color: rgb(140,204,194); }
H1.HeaderClassName
{
color: #8CCCC2;
}
.AnyTagClassName
{
color: #8CCCC2;
}
</style>
background-color css
<style>
a { background-color: #8CCCC2; }
a { background-color: rgb(140,204,194); }
div.DivClassName
{
background-color: #8CCCC2;
}
.BgClassName
{
background-color: #8CCCC2;
}
</style>
border-color css
<style>
span { border-color: #8CCCC2; }
span { border-color: rgb(140,204,194); }
td.TdClassName
{
border-color: #8CCCC2;
}
.TagClassName
{
border-color: #8CCCC2;
}
</style>