Shades of Bermuda #8CCCC4
Tints of Bermuda #8CCCC4
RGB
CMYK
RGB Variations
Color information
#8CCCC4 (or 0x8CCCC4) is known color: Bermuda. HEX triplet: 8C, CC and C4. RGB value is (140,204,196). Sum of RGB (Red+Green+Blue) = 140+204+196=540 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.93% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCCC4 is #73333B. Grayscale: #B7B7B7. Windows color (decimal): -7549756 or 12897420. OLE color: 12897420.
HSL color Cylindrical-coordinate representation of color #8CCCC4: hue angle of 172.5º 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 #8CCCC4 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 204 | 196 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.2 |
| HSL | 172.5º | 0.39% | 0.67% | - |
| HSV(B) | 172.5º | 0.31% | 0.8% | - |
| XYZ | 42.37 | 52.75 | 60.17 | - |
| YUV | 183.95 | 134.8 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 196 | 0.31 | 0 | 0.04 | 0.2 | 172.5 | 0.39 | 0.67 |
| Hex | 8C | CC | C4 | 1F | 0 | 4 | 14 | AC | 27 | 43 |
| Octal | 214 | 314 | 304 | 37 | 0 | 4 | 24 | 254 | 47 | 103 |
| Binary | 10001100 | 11001100 | 11000100 | 11111 | 0 | 100 | 10100 | 10101100 | 100111 | 1000011 |
Color Harmonies of #8CCCC4
Complementary color
Monochromatic Colors of #8CCCC4
Black with #8CCCC4
Text Example
Text Example
White with #8CCCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCCC4; }
p { color: rgb(140,204,196); }
H1.HeaderClassName
{
color: #8CCCC4;
}
.AnyTagClassName
{
color: #8CCCC4;
}
</style>
background-color css
<style>
a { background-color: #8CCCC4; }
a { background-color: rgb(140,204,196); }
div.DivClassName
{
background-color: #8CCCC4;
}
.BgClassName
{
background-color: #8CCCC4;
}
</style>
border-color css
<style>
span { border-color: #8CCCC4; }
span { border-color: rgb(140,204,196); }
td.TdClassName
{
border-color: #8CCCC4;
}
.TagClassName
{
border-color: #8CCCC4;
}
</style>