Shades of Bermuda #83D0CA
Tints of Bermuda #83D0CA
RGB
CMYK
RGB Variations
Color information
#83D0CA (or 0x83D0CA) is known color: Bermuda. HEX triplet: 83, D0 and CA. RGB value is (131,208,202). Sum of RGB (Red+Green+Blue) = 131+208+202=541 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.21% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 208 - color contains mainly: green. Hex color #83D0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D0CA is #7C2F35. Grayscale: #B8B8B8. Windows color (decimal): -8138550 or 13291651. OLE color: 13291651.
HSL color Cylindrical-coordinate representation of color #83D0CA: hue angle of 175.32º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83D0CA is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 208 | 202 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.18 |
| HSL | 175.32º | 0.45% | 0.66% | - |
| HSV(B) | 175.32º | 0.37% | 0.82% | - |
| XYZ | 42.58 | 54.2 | 64.09 | - |
| YUV | 184.29 | 137.99 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 208 | 202 | 0.37 | 0 | 0.03 | 0.18 | 175.32 | 0.45 | 0.66 |
| Hex | 83 | D0 | CA | 25 | 0 | 3 | 12 | AF | 2D | 42 |
| Octal | 203 | 320 | 312 | 45 | 0 | 3 | 22 | 257 | 55 | 102 |
| Binary | 10000011 | 11010000 | 11001010 | 100101 | 0 | 11 | 10010 | 10101111 | 101101 | 1000010 |
Color Harmonies of #83D0CA
Complementary color
Monochromatic Colors of #83D0CA
Black with #83D0CA
Text Example
Text Example
White with #83D0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D0CA; }
p { color: rgb(131,208,202); }
H1.HeaderClassName
{
color: #83D0CA;
}
.AnyTagClassName
{
color: #83D0CA;
}
</style>
background-color css
<style>
a { background-color: #83D0CA; }
a { background-color: rgb(131,208,202); }
div.DivClassName
{
background-color: #83D0CA;
}
.BgClassName
{
background-color: #83D0CA;
}
</style>
border-color css
<style>
span { border-color: #83D0CA; }
span { border-color: rgb(131,208,202); }
td.TdClassName
{
border-color: #83D0CA;
}
.TagClassName
{
border-color: #83D0CA;
}
</style>