Shades of Bermuda #84CBC9
Tints of Bermuda #84CBC9
RGB
CMYK
RGB Variations
Color information
#84CBC9 (or 0x84CBC9) is known color: Bermuda. HEX triplet: 84, CB and C9. RGB value is (132,203,201). Sum of RGB (Red+Green+Blue) = 132+203+201=536 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.63% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 203 - color contains mainly: green. Hex color #84CBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CBC9 is #7B3436. Grayscale: #B5B5B5. Windows color (decimal): -8074295 or 13224836. OLE color: 13224836.
HSL color Cylindrical-coordinate representation of color #84CBC9: hue angle of 178.31º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84CBC9 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 203 | 201 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.20 |
| HSL | 178.31º | 0.41% | 0.66% | - |
| HSV(B) | 178.31º | 0.35% | 0.8% | - |
| XYZ | 41.41 | 51.83 | 63.08 | - |
| YUV | 181.54 | 138.98 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 203 | 201 | 0.35 | 0 | 0.01 | 0.20 | 178.31 | 0.41 | 0.66 |
| Hex | 84 | CB | C9 | 23 | 0 | 1 | 14 | B2 | 29 | 42 |
| Octal | 204 | 313 | 311 | 43 | 0 | 1 | 24 | 262 | 51 | 102 |
| Binary | 10000100 | 11001011 | 11001001 | 100011 | 0 | 1 | 10100 | 10110010 | 101001 | 1000010 |
Color Harmonies of #84CBC9
Complementary color
Monochromatic Colors of #84CBC9
Black with #84CBC9
Text Example
Text Example
White with #84CBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CBC9; }
p { color: rgb(132,203,201); }
H1.HeaderClassName
{
color: #84CBC9;
}
.AnyTagClassName
{
color: #84CBC9;
}
</style>
background-color css
<style>
a { background-color: #84CBC9; }
a { background-color: rgb(132,203,201); }
div.DivClassName
{
background-color: #84CBC9;
}
.BgClassName
{
background-color: #84CBC9;
}
</style>
border-color css
<style>
span { border-color: #84CBC9; }
span { border-color: rgb(132,203,201); }
td.TdClassName
{
border-color: #84CBC9;
}
.TagClassName
{
border-color: #84CBC9;
}
</style>