Shades of Bermuda #84CCC5
Tints of Bermuda #84CCC5
RGB
CMYK
RGB Variations
Color information
#84CCC5 (or 0x84CCC5) is known color: Bermuda. HEX triplet: 84, CC and C5. RGB value is (132,204,197). Sum of RGB (Red+Green+Blue) = 132+204+197=533 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.77% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #84CCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CCC5 is #7B333A. Grayscale: #B5B5B5. Windows color (decimal): -8074043 or 12962948. OLE color: 12962948.
HSL color Cylindrical-coordinate representation of color #84CCC5: hue angle of 174.17º 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 #84CCC5 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 204 | 197 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.2 |
| HSL | 174.17º | 0.41% | 0.66% | - |
| HSV(B) | 174.17º | 0.35% | 0.8% | - |
| XYZ | 41.19 | 52.12 | 60.71 | - |
| YUV | 181.67 | 136.65 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 204 | 197 | 0.35 | 0 | 0.03 | 0.2 | 174.17 | 0.41 | 0.66 |
| Hex | 84 | CC | C5 | 23 | 0 | 3 | 14 | AE | 29 | 42 |
| Octal | 204 | 314 | 305 | 43 | 0 | 3 | 24 | 256 | 51 | 102 |
| Binary | 10000100 | 11001100 | 11000101 | 100011 | 0 | 11 | 10100 | 10101110 | 101001 | 1000010 |
Color Harmonies of #84CCC5
Complementary color
Monochromatic Colors of #84CCC5
Black with #84CCC5
Text Example
Text Example
White with #84CCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CCC5; }
p { color: rgb(132,204,197); }
H1.HeaderClassName
{
color: #84CCC5;
}
.AnyTagClassName
{
color: #84CCC5;
}
</style>
background-color css
<style>
a { background-color: #84CCC5; }
a { background-color: rgb(132,204,197); }
div.DivClassName
{
background-color: #84CCC5;
}
.BgClassName
{
background-color: #84CCC5;
}
</style>
border-color css
<style>
span { border-color: #84CCC5; }
span { border-color: rgb(132,204,197); }
td.TdClassName
{
border-color: #84CCC5;
}
.TagClassName
{
border-color: #84CCC5;
}
</style>