Shades of Bermuda #84CBC2
Tints of Bermuda #84CBC2
RGB
CMYK
RGB Variations
Color information
#84CBC2 (or 0x84CBC2) is known color: Bermuda. HEX triplet: 84, CB and C2. RGB value is (132,203,194). Sum of RGB (Red+Green+Blue) = 132+203+194=529 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.95% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #84CBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CBC2 is #7B343D. Grayscale: #B4B4B4. Windows color (decimal): -8074302 or 12766084. OLE color: 12766084.
HSL color Cylindrical-coordinate representation of color #84CBC2: hue angle of 172.39º 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 #84CBC2 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 203 | 194 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.20 |
| HSL | 172.39º | 0.41% | 0.66% | - |
| HSV(B) | 172.39º | 0.35% | 0.8% | - |
| XYZ | 40.61 | 51.51 | 58.84 | - |
| YUV | 180.75 | 135.48 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 203 | 194 | 0.35 | 0 | 0.04 | 0.20 | 172.39 | 0.41 | 0.66 |
| Hex | 84 | CB | C2 | 23 | 0 | 4 | 14 | AC | 29 | 42 |
| Octal | 204 | 313 | 302 | 43 | 0 | 4 | 24 | 254 | 51 | 102 |
| Binary | 10000100 | 11001011 | 11000010 | 100011 | 0 | 100 | 10100 | 10101100 | 101001 | 1000010 |
Color Harmonies of #84CBC2
Complementary color
Monochromatic Colors of #84CBC2
Black with #84CBC2
Text Example
Text Example
White with #84CBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CBC2; }
p { color: rgb(132,203,194); }
H1.HeaderClassName
{
color: #84CBC2;
}
.AnyTagClassName
{
color: #84CBC2;
}
</style>
background-color css
<style>
a { background-color: #84CBC2; }
a { background-color: rgb(132,203,194); }
div.DivClassName
{
background-color: #84CBC2;
}
.BgClassName
{
background-color: #84CBC2;
}
</style>
border-color css
<style>
span { border-color: #84CBC2; }
span { border-color: rgb(132,203,194); }
td.TdClassName
{
border-color: #84CBC2;
}
.TagClassName
{
border-color: #84CBC2;
}
</style>