Shades of Bermuda #84CAC8
Tints of Bermuda #84CAC8
RGB
CMYK
RGB Variations
Color information
#84CAC8 (or 0x84CAC8) is known color: Bermuda. HEX triplet: 84, CA and C8. RGB value is (132,202,200). Sum of RGB (Red+Green+Blue) = 132+202+200=534 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.72% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 202 - color contains mainly: green. Hex color #84CAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CAC8 is #7B3537. Grayscale: #B4B4B4. Windows color (decimal): -8074552 or 13159044. OLE color: 13159044.
HSL color Cylindrical-coordinate representation of color #84CAC8: hue angle of 178.29º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84CAC8 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 202 | 200 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.21 |
| HSL | 178.29º | 0.4% | 0.65% | - |
| HSV(B) | 178.29º | 0.35% | 0.79% | - |
| XYZ | 41.06 | 51.32 | 62.38 | - |
| YUV | 180.84 | 138.81 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 202 | 200 | 0.35 | 0 | 0.01 | 0.21 | 178.29 | 0.4 | 0.65 |
| Hex | 84 | CA | C8 | 23 | 0 | 1 | 15 | B2 | 28 | 41 |
| Octal | 204 | 312 | 310 | 43 | 0 | 1 | 25 | 262 | 50 | 101 |
| Binary | 10000100 | 11001010 | 11001000 | 100011 | 0 | 1 | 10101 | 10110010 | 101000 | 1000001 |
Color Harmonies of #84CAC8
Complementary color
Monochromatic Colors of #84CAC8
Black with #84CAC8
Text Example
Text Example
White with #84CAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CAC8; }
p { color: rgb(132,202,200); }
H1.HeaderClassName
{
color: #84CAC8;
}
.AnyTagClassName
{
color: #84CAC8;
}
</style>
background-color css
<style>
a { background-color: #84CAC8; }
a { background-color: rgb(132,202,200); }
div.DivClassName
{
background-color: #84CAC8;
}
.BgClassName
{
background-color: #84CAC8;
}
</style>
border-color css
<style>
span { border-color: #84CAC8; }
span { border-color: rgb(132,202,200); }
td.TdClassName
{
border-color: #84CAC8;
}
.TagClassName
{
border-color: #84CAC8;
}
</style>