Shades of Bermuda #84CBBF
Tints of Bermuda #84CBBF
RGB
CMYK
RGB Variations
Color information
#84CBBF (or 0x84CBBF) is known color: Bermuda. HEX triplet: 84, CB and BF. RGB value is (132,203,191). Sum of RGB (Red+Green+Blue) = 132+203+191=526 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.10% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 203 - color contains mainly: green. Hex color #84CBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CBBF is #7B3440. Grayscale: #B4B4B4. Windows color (decimal): -8074305 or 12569476. OLE color: 12569476.
HSL color Cylindrical-coordinate representation of color #84CBBF: hue angle of 169.86º 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 #84CBBF is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 203 | 191 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.20 |
| HSL | 169.86º | 0.41% | 0.66% | - |
| HSV(B) | 169.86º | 0.35% | 0.8% | - |
| XYZ | 40.28 | 51.38 | 57.08 | - |
| YUV | 180.4 | 133.98 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 203 | 191 | 0.35 | 0 | 0.06 | 0.20 | 169.86 | 0.41 | 0.66 |
| Hex | 84 | CB | BF | 23 | 0 | 6 | 14 | AA | 29 | 42 |
| Octal | 204 | 313 | 277 | 43 | 0 | 6 | 24 | 252 | 51 | 102 |
| Binary | 10000100 | 11001011 | 10111111 | 100011 | 0 | 110 | 10100 | 10101010 | 101001 | 1000010 |
Color Harmonies of #84CBBF
Complementary color
Monochromatic Colors of #84CBBF
Black with #84CBBF
Text Example
Text Example
White with #84CBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CBBF; }
p { color: rgb(132,203,191); }
H1.HeaderClassName
{
color: #84CBBF;
}
.AnyTagClassName
{
color: #84CBBF;
}
</style>
background-color css
<style>
a { background-color: #84CBBF; }
a { background-color: rgb(132,203,191); }
div.DivClassName
{
background-color: #84CBBF;
}
.BgClassName
{
background-color: #84CBBF;
}
</style>
border-color css
<style>
span { border-color: #84CBBF; }
span { border-color: rgb(132,203,191); }
td.TdClassName
{
border-color: #84CBBF;
}
.TagClassName
{
border-color: #84CBBF;
}
</style>