Shades of Bermuda #83CBC4
Tints of Bermuda #83CBC4
RGB
CMYK
RGB Variations
Color information
#83CBC4 (or 0x83CBC4) is known color: Bermuda. HEX triplet: 83, CB and C4. RGB value is (131,203,196). Sum of RGB (Red+Green+Blue) = 131+203+196=530 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.72% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 203 - color contains mainly: green. Hex color #83CBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CBC4 is #7C343B. Grayscale: #B4B4B4. Windows color (decimal): -8139836 or 12897155. OLE color: 12897155.
HSL color Cylindrical-coordinate representation of color #83CBC4: hue angle of 174.17º 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 #83CBC4 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 203 | 196 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.20 |
| HSL | 174.17º | 0.41% | 0.65% | - |
| HSV(B) | 174.17º | 0.35% | 0.8% | - |
| XYZ | 40.68 | 51.52 | 60.03 | - |
| YUV | 180.67 | 136.65 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 203 | 196 | 0.35 | 0 | 0.03 | 0.20 | 174.17 | 0.41 | 0.65 |
| Hex | 83 | CB | C4 | 23 | 0 | 3 | 14 | AE | 29 | 41 |
| Octal | 203 | 313 | 304 | 43 | 0 | 3 | 24 | 256 | 51 | 101 |
| Binary | 10000011 | 11001011 | 11000100 | 100011 | 0 | 11 | 10100 | 10101110 | 101001 | 1000001 |
Color Harmonies of #83CBC4
Complementary color
Monochromatic Colors of #83CBC4
Black with #83CBC4
Text Example
Text Example
White with #83CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CBC4; }
p { color: rgb(131,203,196); }
H1.HeaderClassName
{
color: #83CBC4;
}
.AnyTagClassName
{
color: #83CBC4;
}
</style>
background-color css
<style>
a { background-color: #83CBC4; }
a { background-color: rgb(131,203,196); }
div.DivClassName
{
background-color: #83CBC4;
}
.BgClassName
{
background-color: #83CBC4;
}
</style>
border-color css
<style>
span { border-color: #83CBC4; }
span { border-color: rgb(131,203,196); }
td.TdClassName
{
border-color: #83CBC4;
}
.TagClassName
{
border-color: #83CBC4;
}
</style>