Shades of Bermuda #84CCCB
Tints of Bermuda #84CCCB
RGB
CMYK
RGB Variations
Color information
#84CCCB (or 0x84CCCB) is known color: Bermuda. HEX triplet: 84, CC and CB. RGB value is (132,204,203). Sum of RGB (Red+Green+Blue) = 132+204+203=539 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.49% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 204 - color contains mainly: green. Hex color #84CCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CCCB is #7B3334. Grayscale: #B6B6B6. Windows color (decimal): -8074037 or 13356164. OLE color: 13356164.
HSL color Cylindrical-coordinate representation of color #84CCCB: hue angle of 179.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 #84CCCB is Cyan = 0.35, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 204 | 203 | - |
| CMYK | 0.35 | 0 | 0.00 | 0.2 |
| HSL | 179.17º | 0.41% | 0.66% | - |
| HSV(B) | 179.17º | 0.35% | 0.8% | - |
| XYZ | 41.89 | 52.4 | 64.41 | - |
| YUV | 182.36 | 139.65 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 204 | 203 | 0.35 | 0 | 0.00 | 0.2 | 179.17 | 0.41 | 0.66 |
| Hex | 84 | CC | CB | 23 | 0 | 0 | 14 | B3 | 29 | 42 |
| Octal | 204 | 314 | 313 | 43 | 0 | 0 | 24 | 263 | 51 | 102 |
| Binary | 10000100 | 11001100 | 11001011 | 100011 | 0 | 0 | 10100 | 10110011 | 101001 | 1000010 |
Color Harmonies of #84CCCB
Complementary color
Monochromatic Colors of #84CCCB
Black with #84CCCB
Text Example
Text Example
White with #84CCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CCCB; }
p { color: rgb(132,204,203); }
H1.HeaderClassName
{
color: #84CCCB;
}
.AnyTagClassName
{
color: #84CCCB;
}
</style>
background-color css
<style>
a { background-color: #84CCCB; }
a { background-color: rgb(132,204,203); }
div.DivClassName
{
background-color: #84CCCB;
}
.BgClassName
{
background-color: #84CCCB;
}
</style>
border-color css
<style>
span { border-color: #84CCCB; }
span { border-color: rgb(132,204,203); }
td.TdClassName
{
border-color: #84CCCB;
}
.TagClassName
{
border-color: #84CCCB;
}
</style>