Shades of Bermuda #83CFCA
Tints of Bermuda #83CFCA
RGB
CMYK
RGB Variations
Color information
#83CFCA (or 0x83CFCA) is known color: Bermuda. HEX triplet: 83, CF and CA. RGB value is (131,207,202). Sum of RGB (Red+Green+Blue) = 131+207+202=540 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.26% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 207 - color contains mainly: green. Hex color #83CFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CFCA is #7C3035. Grayscale: #B7B7B7. Windows color (decimal): -8138806 or 13291395. OLE color: 13291395.
HSL color Cylindrical-coordinate representation of color #83CFCA: hue angle of 176.05º 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 #83CFCA is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 207 | 202 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.19 |
| HSL | 176.05º | 0.44% | 0.66% | - |
| HSV(B) | 176.05º | 0.37% | 0.81% | - |
| XYZ | 42.33 | 53.72 | 64.01 | - |
| YUV | 183.71 | 138.32 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 207 | 202 | 0.37 | 0 | 0.02 | 0.19 | 176.05 | 0.44 | 0.66 |
| Hex | 83 | CF | CA | 25 | 0 | 2 | 13 | B0 | 2C | 42 |
| Octal | 203 | 317 | 312 | 45 | 0 | 2 | 23 | 260 | 54 | 102 |
| Binary | 10000011 | 11001111 | 11001010 | 100101 | 0 | 10 | 10011 | 10110000 | 101100 | 1000010 |
Color Harmonies of #83CFCA
Complementary color
Monochromatic Colors of #83CFCA
Black with #83CFCA
Text Example
Text Example
White with #83CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CFCA; }
p { color: rgb(131,207,202); }
H1.HeaderClassName
{
color: #83CFCA;
}
.AnyTagClassName
{
color: #83CFCA;
}
</style>
background-color css
<style>
a { background-color: #83CFCA; }
a { background-color: rgb(131,207,202); }
div.DivClassName
{
background-color: #83CFCA;
}
.BgClassName
{
background-color: #83CFCA;
}
</style>
border-color css
<style>
span { border-color: #83CFCA; }
span { border-color: rgb(131,207,202); }
td.TdClassName
{
border-color: #83CFCA;
}
.TagClassName
{
border-color: #83CFCA;
}
</style>