Shades of Summer Green #83CBA1
Tints of Summer Green #83CBA1
RGB
CMYK
RGB Variations
Color information
#83CBA1 (or 0x83CBA1) is known color: Summer Green. HEX triplet: 83, CB and A1. RGB value is (131,203,161). Sum of RGB (Red+Green+Blue) = 131+203+161=495 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.46% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 203 - color contains mainly: green. Hex color #83CBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CBA1 is #7C345E. Grayscale: #B0B0B0. Windows color (decimal): -8139871 or 10603395. OLE color: 10603395.
HSL color Cylindrical-coordinate representation of color #83CBA1: hue angle of 145º 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 #83CBA1 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 203 | 161 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.20 |
| HSL | 145º | 0.41% | 0.65% | - |
| HSV(B) | 145º | 0.35% | 0.8% | - |
| XYZ | 37.15 | 50.11 | 41.43 | - |
| YUV | 176.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 203 | 161 | 0.35 | 0 | 0.21 | 0.20 | 145 | 0.41 | 0.65 |
| Hex | 83 | CB | A1 | 23 | 0 | 15 | 14 | 91 | 29 | 41 |
| Octal | 203 | 313 | 241 | 43 | 0 | 25 | 24 | 221 | 51 | 101 |
| Binary | 10000011 | 11001011 | 10100001 | 100011 | 0 | 10101 | 10100 | 10010001 | 101001 | 1000001 |
Color Harmonies of #83CBA1
Complementary color
Monochromatic Colors of #83CBA1
Black with #83CBA1
Text Example
Text Example
White with #83CBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CBA1; }
p { color: rgb(131,203,161); }
H1.HeaderClassName
{
color: #83CBA1;
}
.AnyTagClassName
{
color: #83CBA1;
}
</style>
background-color css
<style>
a { background-color: #83CBA1; }
a { background-color: rgb(131,203,161); }
div.DivClassName
{
background-color: #83CBA1;
}
.BgClassName
{
background-color: #83CBA1;
}
</style>
border-color css
<style>
span { border-color: #83CBA1; }
span { border-color: rgb(131,203,161); }
td.TdClassName
{
border-color: #83CBA1;
}
.TagClassName
{
border-color: #83CBA1;
}
</style>