Shades of Bermuda #87CCC4
Tints of Bermuda #87CCC4
RGB
CMYK
RGB Variations
Color information
#87CCC4 (or 0x87CCC4) is known color: Bermuda. HEX triplet: 87, CC and C4. RGB value is (135,204,196). Sum of RGB (Red+Green+Blue) = 135+204+196=535 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.23% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 196 (76.95% from 255 or 36.64% from 535); Max value from RGB is 204 - color contains mainly: green. Hex color #87CCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CCC4 is #78333B. Grayscale: #B6B6B6. Windows color (decimal): -7877436 or 12897415. OLE color: 12897415.
HSL color Cylindrical-coordinate representation of color #87CCC4: hue angle of 173.04º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87CCC4 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 204 | 196 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.2 |
| HSL | 173.04º | 0.4% | 0.66% | - |
| HSV(B) | 173.04º | 0.34% | 0.8% | - |
| XYZ | 41.55 | 52.32 | 60.13 | - |
| YUV | 182.46 | 135.64 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 204 | 196 | 0.34 | 0 | 0.04 | 0.2 | 173.04 | 0.4 | 0.66 |
| Hex | 87 | CC | C4 | 22 | 0 | 4 | 14 | AD | 28 | 42 |
| Octal | 207 | 314 | 304 | 42 | 0 | 4 | 24 | 255 | 50 | 102 |
| Binary | 10000111 | 11001100 | 11000100 | 100010 | 0 | 100 | 10100 | 10101101 | 101000 | 1000010 |
Color Harmonies of #87CCC4
Complementary color
Monochromatic Colors of #87CCC4
Black with #87CCC4
Text Example
Text Example
White with #87CCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CCC4; }
p { color: rgb(135,204,196); }
H1.HeaderClassName
{
color: #87CCC4;
}
.AnyTagClassName
{
color: #87CCC4;
}
</style>
background-color css
<style>
a { background-color: #87CCC4; }
a { background-color: rgb(135,204,196); }
div.DivClassName
{
background-color: #87CCC4;
}
.BgClassName
{
background-color: #87CCC4;
}
</style>
border-color css
<style>
span { border-color: #87CCC4; }
span { border-color: rgb(135,204,196); }
td.TdClassName
{
border-color: #87CCC4;
}
.TagClassName
{
border-color: #87CCC4;
}
</style>