Shades of Bermuda #83CAC2
Tints of Bermuda #83CAC2
RGB
CMYK
RGB Variations
Color information
#83CAC2 (or 0x83CAC2) is known color: Bermuda. HEX triplet: 83, CA and C2. RGB value is (131,202,194). Sum of RGB (Red+Green+Blue) = 131+202+194=527 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.86% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 202 - color contains mainly: green. Hex color #83CAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CAC2 is #7C353D. Grayscale: #B3B3B3. Windows color (decimal): -8140094 or 12765827. OLE color: 12765827.
HSL color Cylindrical-coordinate representation of color #83CAC2: hue angle of 173.24º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83CAC2 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 202 | 194 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.21 |
| HSL | 173.24º | 0.4% | 0.65% | - |
| HSV(B) | 173.24º | 0.35% | 0.79% | - |
| XYZ | 40.22 | 50.96 | 58.76 | - |
| YUV | 179.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 202 | 194 | 0.35 | 0 | 0.04 | 0.21 | 173.24 | 0.4 | 0.65 |
| Hex | 83 | CA | C2 | 23 | 0 | 4 | 15 | AD | 28 | 41 |
| Octal | 203 | 312 | 302 | 43 | 0 | 4 | 25 | 255 | 50 | 101 |
| Binary | 10000011 | 11001010 | 11000010 | 100011 | 0 | 100 | 10101 | 10101101 | 101000 | 1000001 |
Color Harmonies of #83CAC2
Complementary color
Monochromatic Colors of #83CAC2
Black with #83CAC2
Text Example
Text Example
White with #83CAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CAC2; }
p { color: rgb(131,202,194); }
H1.HeaderClassName
{
color: #83CAC2;
}
.AnyTagClassName
{
color: #83CAC2;
}
</style>
background-color css
<style>
a { background-color: #83CAC2; }
a { background-color: rgb(131,202,194); }
div.DivClassName
{
background-color: #83CAC2;
}
.BgClassName
{
background-color: #83CAC2;
}
</style>
border-color css
<style>
span { border-color: #83CAC2; }
span { border-color: rgb(131,202,194); }
td.TdClassName
{
border-color: #83CAC2;
}
.TagClassName
{
border-color: #83CAC2;
}
</style>