Shades of Bermuda #84CECA
Tints of Bermuda #84CECA
RGB
CMYK
RGB Variations
Color information
#84CECA (or 0x84CECA) is known color: Bermuda. HEX triplet: 84, CE and CA. RGB value is (132,206,202). Sum of RGB (Red+Green+Blue) = 132+206+202=540 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.44% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 206 - color contains mainly: green. Hex color #84CECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CECA is #7B3135. Grayscale: #B7B7B7. Windows color (decimal): -8073526 or 13291140. OLE color: 13291140.
HSL color Cylindrical-coordinate representation of color #84CECA: hue angle of 176.76º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CECA is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 206 | 202 | - |
| CMYK | 0.36 | 0 | 0.02 | 0.19 |
| HSL | 176.76º | 0.43% | 0.66% | - |
| HSV(B) | 176.76º | 0.36% | 0.81% | - |
| XYZ | 42.25 | 53.31 | 63.94 | - |
| YUV | 183.42 | 138.48 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 206 | 202 | 0.36 | 0 | 0.02 | 0.19 | 176.76 | 0.43 | 0.66 |
| Hex | 84 | CE | CA | 24 | 0 | 2 | 13 | B1 | 2B | 42 |
| Octal | 204 | 316 | 312 | 44 | 0 | 2 | 23 | 261 | 53 | 102 |
| Binary | 10000100 | 11001110 | 11001010 | 100100 | 0 | 10 | 10011 | 10110001 | 101011 | 1000010 |
Color Harmonies of #84CECA
Complementary color
Monochromatic Colors of #84CECA
Black with #84CECA
Text Example
Text Example
White with #84CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CECA; }
p { color: rgb(132,206,202); }
H1.HeaderClassName
{
color: #84CECA;
}
.AnyTagClassName
{
color: #84CECA;
}
</style>
background-color css
<style>
a { background-color: #84CECA; }
a { background-color: rgb(132,206,202); }
div.DivClassName
{
background-color: #84CECA;
}
.BgClassName
{
background-color: #84CECA;
}
</style>
border-color css
<style>
span { border-color: #84CECA; }
span { border-color: rgb(132,206,202); }
td.TdClassName
{
border-color: #84CECA;
}
.TagClassName
{
border-color: #84CECA;
}
</style>