Shades of Bermuda #84CCB7
Tints of Bermuda #84CCB7
RGB
CMYK
RGB Variations
Color information
#84CCB7 (or 0x84CCB7) is known color: Bermuda. HEX triplet: 84, CC and B7. RGB value is (132,204,183). Sum of RGB (Red+Green+Blue) = 132+204+183=519 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.43% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 204 - color contains mainly: green. Hex color #84CCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CCB7 is #7B3348. Grayscale: #B4B4B4. Windows color (decimal): -8074057 or 12045444. OLE color: 12045444.
HSL color Cylindrical-coordinate representation of color #84CCB7: hue angle of 162.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 #84CCB7 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 204 | 183 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.2 |
| HSL | 162.5º | 0.41% | 0.66% | - |
| HSV(B) | 162.5º | 0.35% | 0.8% | - |
| XYZ | 39.66 | 51.51 | 52.65 | - |
| YUV | 180.08 | 129.65 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 204 | 183 | 0.35 | 0 | 0.10 | 0.2 | 162.5 | 0.41 | 0.66 |
| Hex | 84 | CC | B7 | 23 | 0 | A | 14 | A2 | 29 | 42 |
| Octal | 204 | 314 | 267 | 43 | 0 | 12 | 24 | 242 | 51 | 102 |
| Binary | 10000100 | 11001100 | 10110111 | 100011 | 0 | 1010 | 10100 | 10100010 | 101001 | 1000010 |
Color Harmonies of #84CCB7
Complementary color
Monochromatic Colors of #84CCB7
Black with #84CCB7
Text Example
Text Example
White with #84CCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CCB7; }
p { color: rgb(132,204,183); }
H1.HeaderClassName
{
color: #84CCB7;
}
.AnyTagClassName
{
color: #84CCB7;
}
</style>
background-color css
<style>
a { background-color: #84CCB7; }
a { background-color: rgb(132,204,183); }
div.DivClassName
{
background-color: #84CCB7;
}
.BgClassName
{
background-color: #84CCB7;
}
</style>
border-color css
<style>
span { border-color: #84CCB7; }
span { border-color: rgb(132,204,183); }
td.TdClassName
{
border-color: #84CCB7;
}
.TagClassName
{
border-color: #84CCB7;
}
</style>