Shades of Bermuda #84CAC2
Tints of Bermuda #84CAC2
RGB
CMYK
RGB Variations
Color information
#84CAC2 (or 0x84CAC2) is known color: Bermuda. HEX triplet: 84, CA and C2. RGB value is (132,202,194). Sum of RGB (Red+Green+Blue) = 132+202+194=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #84CAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CAC2 is #7B353D. Grayscale: #B4B4B4. Windows color (decimal): -8074558 or 12765828. OLE color: 12765828.
HSL color Cylindrical-coordinate representation of color #84CAC2: hue angle of 173.14º 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 #84CAC2 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 202 | 194 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.21 |
| HSL | 173.14º | 0.4% | 0.65% | - |
| HSV(B) | 173.14º | 0.35% | 0.79% | - |
| XYZ | 40.37 | 51.04 | 58.76 | - |
| YUV | 180.16 | 135.81 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 202 | 194 | 0.35 | 0 | 0.04 | 0.21 | 173.14 | 0.4 | 0.65 |
| Hex | 84 | CA | C2 | 23 | 0 | 4 | 15 | AD | 28 | 41 |
| Octal | 204 | 312 | 302 | 43 | 0 | 4 | 25 | 255 | 50 | 101 |
| Binary | 10000100 | 11001010 | 11000010 | 100011 | 0 | 100 | 10101 | 10101101 | 101000 | 1000001 |
Color Harmonies of #84CAC2
Complementary color
Monochromatic Colors of #84CAC2
Black with #84CAC2
Text Example
Text Example
White with #84CAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CAC2; }
p { color: rgb(132,202,194); }
H1.HeaderClassName
{
color: #84CAC2;
}
.AnyTagClassName
{
color: #84CAC2;
}
</style>
background-color css
<style>
a { background-color: #84CAC2; }
a { background-color: rgb(132,202,194); }
div.DivClassName
{
background-color: #84CAC2;
}
.BgClassName
{
background-color: #84CAC2;
}
</style>
border-color css
<style>
span { border-color: #84CAC2; }
span { border-color: rgb(132,202,194); }
td.TdClassName
{
border-color: #84CAC2;
}
.TagClassName
{
border-color: #84CAC2;
}
</style>