Shades of Bermuda #83CBC3
Tints of Bermuda #83CBC3
RGB
CMYK
RGB Variations
Color information
#83CBC3 (or 0x83CBC3) is known color: Bermuda. HEX triplet: 83, CB and C3. RGB value is (131,203,195). Sum of RGB (Red+Green+Blue) = 131+203+195=529 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.76% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #83CBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CBC3 is #7C343C. Grayscale: #B4B4B4. Windows color (decimal): -8139837 or 12831619. OLE color: 12831619.
HSL color Cylindrical-coordinate representation of color #83CBC3: hue angle of 173.33º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83CBC3 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 203 | 195 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.20 |
| HSL | 173.33º | 0.41% | 0.65% | - |
| HSV(B) | 173.33º | 0.35% | 0.8% | - |
| XYZ | 40.57 | 51.48 | 59.43 | - |
| YUV | 180.56 | 136.15 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 203 | 195 | 0.35 | 0 | 0.04 | 0.20 | 173.33 | 0.41 | 0.65 |
| Hex | 83 | CB | C3 | 23 | 0 | 4 | 14 | AD | 29 | 41 |
| Octal | 203 | 313 | 303 | 43 | 0 | 4 | 24 | 255 | 51 | 101 |
| Binary | 10000011 | 11001011 | 11000011 | 100011 | 0 | 100 | 10100 | 10101101 | 101001 | 1000001 |
Color Harmonies of #83CBC3
Complementary color
Monochromatic Colors of #83CBC3
Black with #83CBC3
Text Example
Text Example
White with #83CBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CBC3; }
p { color: rgb(131,203,195); }
H1.HeaderClassName
{
color: #83CBC3;
}
.AnyTagClassName
{
color: #83CBC3;
}
</style>
background-color css
<style>
a { background-color: #83CBC3; }
a { background-color: rgb(131,203,195); }
div.DivClassName
{
background-color: #83CBC3;
}
.BgClassName
{
background-color: #83CBC3;
}
</style>
border-color css
<style>
span { border-color: #83CBC3; }
span { border-color: rgb(131,203,195); }
td.TdClassName
{
border-color: #83CBC3;
}
.TagClassName
{
border-color: #83CBC3;
}
</style>