Shades of Bermuda #83CFC1
Tints of Bermuda #83CFC1
RGB
CMYK
RGB Variations
Color information
#83CFC1 (or 0x83CFC1) is known color: Bermuda. HEX triplet: 83, CF and C1. RGB value is (131,207,193). Sum of RGB (Red+Green+Blue) = 131+207+193=531 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.67% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 207 - color contains mainly: green. Hex color #83CFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CFC1 is #7C303E. Grayscale: #B6B6B6. Windows color (decimal): -8138815 or 12701571. OLE color: 12701571.
HSL color Cylindrical-coordinate representation of color #83CFC1: hue angle of 168.95º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83CFC1 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 207 | 193 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.19 |
| HSL | 168.95º | 0.44% | 0.66% | - |
| HSV(B) | 168.95º | 0.37% | 0.81% | - |
| XYZ | 41.3 | 53.3 | 58.56 | - |
| YUV | 182.68 | 133.82 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 207 | 193 | 0.37 | 0 | 0.07 | 0.19 | 168.95 | 0.44 | 0.66 |
| Hex | 83 | CF | C1 | 25 | 0 | 7 | 13 | A9 | 2C | 42 |
| Octal | 203 | 317 | 301 | 45 | 0 | 7 | 23 | 251 | 54 | 102 |
| Binary | 10000011 | 11001111 | 11000001 | 100101 | 0 | 111 | 10011 | 10101001 | 101100 | 1000010 |
Color Harmonies of #83CFC1
Complementary color
Monochromatic Colors of #83CFC1
Black with #83CFC1
Text Example
Text Example
White with #83CFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CFC1; }
p { color: rgb(131,207,193); }
H1.HeaderClassName
{
color: #83CFC1;
}
.AnyTagClassName
{
color: #83CFC1;
}
</style>
background-color css
<style>
a { background-color: #83CFC1; }
a { background-color: rgb(131,207,193); }
div.DivClassName
{
background-color: #83CFC1;
}
.BgClassName
{
background-color: #83CFC1;
}
</style>
border-color css
<style>
span { border-color: #83CFC1; }
span { border-color: rgb(131,207,193); }
td.TdClassName
{
border-color: #83CFC1;
}
.TagClassName
{
border-color: #83CFC1;
}
</style>