Shades of Bermuda #84CAC3
Tints of Bermuda #84CAC3
RGB
CMYK
RGB Variations
Color information
#84CAC3 (or 0x84CAC3) is known color: Bermuda. HEX triplet: 84, CA and C3. RGB value is (132,202,195). Sum of RGB (Red+Green+Blue) = 132+202+195=529 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.95% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 202 - color contains mainly: green. Hex color #84CAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CAC3 is #7B353C. Grayscale: #B4B4B4. Windows color (decimal): -8074557 or 12831364. OLE color: 12831364.
HSL color Cylindrical-coordinate representation of color #84CAC3: hue angle of 174º 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 #84CAC3 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 202 | 195 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.21 |
| HSL | 174º | 0.4% | 0.65% | - |
| HSV(B) | 174º | 0.35% | 0.79% | - |
| XYZ | 40.49 | 51.09 | 59.36 | - |
| YUV | 180.27 | 136.31 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 202 | 195 | 0.35 | 0 | 0.03 | 0.21 | 174 | 0.4 | 0.65 |
| Hex | 84 | CA | C3 | 23 | 0 | 3 | 15 | AE | 28 | 41 |
| Octal | 204 | 312 | 303 | 43 | 0 | 3 | 25 | 256 | 50 | 101 |
| Binary | 10000100 | 11001010 | 11000011 | 100011 | 0 | 11 | 10101 | 10101110 | 101000 | 1000001 |
Color Harmonies of #84CAC3
Complementary color
Monochromatic Colors of #84CAC3
Black with #84CAC3
Text Example
Text Example
White with #84CAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CAC3; }
p { color: rgb(132,202,195); }
H1.HeaderClassName
{
color: #84CAC3;
}
.AnyTagClassName
{
color: #84CAC3;
}
</style>
background-color css
<style>
a { background-color: #84CAC3; }
a { background-color: rgb(132,202,195); }
div.DivClassName
{
background-color: #84CAC3;
}
.BgClassName
{
background-color: #84CAC3;
}
</style>
border-color css
<style>
span { border-color: #84CAC3; }
span { border-color: rgb(132,202,195); }
td.TdClassName
{
border-color: #84CAC3;
}
.TagClassName
{
border-color: #84CAC3;
}
</style>