Shades of Bermuda #84CBC3
Tints of Bermuda #84CBC3
RGB
CMYK
RGB Variations
Color information
#84CBC3 (or 0x84CBC3) is known color: Bermuda. HEX triplet: 84, CB and C3. RGB value is (132,203,195). Sum of RGB (Red+Green+Blue) = 132+203+195=530 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.91% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 203 - color contains mainly: green. Hex color #84CBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CBC3 is #7B343C. Grayscale: #B4B4B4. Windows color (decimal): -8074301 or 12831620. OLE color: 12831620.
HSL color Cylindrical-coordinate representation of color #84CBC3: hue angle of 173.24º 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 #84CBC3 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 203 | 195 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.20 |
| HSL | 173.24º | 0.41% | 0.66% | - |
| HSV(B) | 173.24º | 0.35% | 0.8% | - |
| XYZ | 40.72 | 51.56 | 59.44 | - |
| YUV | 180.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 203 | 195 | 0.35 | 0 | 0.04 | 0.20 | 173.24 | 0.41 | 0.66 |
| Hex | 84 | CB | C3 | 23 | 0 | 4 | 14 | AD | 29 | 42 |
| Octal | 204 | 313 | 303 | 43 | 0 | 4 | 24 | 255 | 51 | 102 |
| Binary | 10000100 | 11001011 | 11000011 | 100011 | 0 | 100 | 10100 | 10101101 | 101001 | 1000010 |
Color Harmonies of #84CBC3
Complementary color
Monochromatic Colors of #84CBC3
Black with #84CBC3
Text Example
Text Example
White with #84CBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CBC3; }
p { color: rgb(132,203,195); }
H1.HeaderClassName
{
color: #84CBC3;
}
.AnyTagClassName
{
color: #84CBC3;
}
</style>
background-color css
<style>
a { background-color: #84CBC3; }
a { background-color: rgb(132,203,195); }
div.DivClassName
{
background-color: #84CBC3;
}
.BgClassName
{
background-color: #84CBC3;
}
</style>
border-color css
<style>
span { border-color: #84CBC3; }
span { border-color: rgb(132,203,195); }
td.TdClassName
{
border-color: #84CBC3;
}
.TagClassName
{
border-color: #84CBC3;
}
</style>