Shades of Bermuda #84CCC9
Tints of Bermuda #84CCC9
RGB
CMYK
RGB Variations
Color information
#84CCC9 (or 0x84CCC9) is known color: Bermuda. HEX triplet: 84, CC and C9. RGB value is (132,204,201). Sum of RGB (Red+Green+Blue) = 132+204+201=537 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.58% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 204 - color contains mainly: green. Hex color #84CCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CCC9 is #7B3336. Grayscale: #B6B6B6. Windows color (decimal): -8074039 or 13225092. OLE color: 13225092.
HSL color Cylindrical-coordinate representation of color #84CCC9: hue angle of 177.5º 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 #84CCC9 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 204 | 201 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.2 |
| HSL | 177.5º | 0.41% | 0.66% | - |
| HSV(B) | 177.5º | 0.35% | 0.8% | - |
| XYZ | 41.65 | 52.31 | 63.16 | - |
| YUV | 182.13 | 138.65 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 204 | 201 | 0.35 | 0 | 0.01 | 0.2 | 177.5 | 0.41 | 0.66 |
| Hex | 84 | CC | C9 | 23 | 0 | 1 | 14 | B2 | 29 | 42 |
| Octal | 204 | 314 | 311 | 43 | 0 | 1 | 24 | 262 | 51 | 102 |
| Binary | 10000100 | 11001100 | 11001001 | 100011 | 0 | 1 | 10100 | 10110010 | 101001 | 1000010 |
Color Harmonies of #84CCC9
Complementary color
Monochromatic Colors of #84CCC9
Black with #84CCC9
Text Example
Text Example
White with #84CCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CCC9; }
p { color: rgb(132,204,201); }
H1.HeaderClassName
{
color: #84CCC9;
}
.AnyTagClassName
{
color: #84CCC9;
}
</style>
background-color css
<style>
a { background-color: #84CCC9; }
a { background-color: rgb(132,204,201); }
div.DivClassName
{
background-color: #84CCC9;
}
.BgClassName
{
background-color: #84CCC9;
}
</style>
border-color css
<style>
span { border-color: #84CCC9; }
span { border-color: rgb(132,204,201); }
td.TdClassName
{
border-color: #84CCC9;
}
.TagClassName
{
border-color: #84CCC9;
}
</style>