Shades of Summer Green #83CCA0
Tints of Summer Green #83CCA0
RGB
CMYK
RGB Variations
Color information
#83CCA0 (or 0x83CCA0) is known color: Summer Green. HEX triplet: 83, CC and A0. RGB value is (131,204,160). Sum of RGB (Red+Green+Blue) = 131+204+160=495 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.46% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #83CCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CCA0 is #7C335F. Grayscale: #B1B1B1. Windows color (decimal): -8139616 or 10538115. OLE color: 10538115.
HSL color Cylindrical-coordinate representation of color #83CCA0: hue angle of 143.84º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CCA0 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 204 | 160 | - |
| CMYK | 0.36 | 0 | 0.22 | 0.2 |
| HSL | 143.84º | 0.42% | 0.66% | - |
| HSV(B) | 143.84º | 0.36% | 0.8% | - |
| XYZ | 37.3 | 50.55 | 41.05 | - |
| YUV | 177.16 | 118.32 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 204 | 160 | 0.36 | 0 | 0.22 | 0.2 | 143.84 | 0.42 | 0.66 |
| Hex | 83 | CC | A0 | 24 | 0 | 16 | 14 | 90 | 2A | 42 |
| Octal | 203 | 314 | 240 | 44 | 0 | 26 | 24 | 220 | 52 | 102 |
| Binary | 10000011 | 11001100 | 10100000 | 100100 | 0 | 10110 | 10100 | 10010000 | 101010 | 1000010 |
Color Harmonies of #83CCA0
Complementary color
Monochromatic Colors of #83CCA0
Black with #83CCA0
Text Example
Text Example
White with #83CCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CCA0; }
p { color: rgb(131,204,160); }
H1.HeaderClassName
{
color: #83CCA0;
}
.AnyTagClassName
{
color: #83CCA0;
}
</style>
background-color css
<style>
a { background-color: #83CCA0; }
a { background-color: rgb(131,204,160); }
div.DivClassName
{
background-color: #83CCA0;
}
.BgClassName
{
background-color: #83CCA0;
}
</style>
border-color css
<style>
span { border-color: #83CCA0; }
span { border-color: rgb(131,204,160); }
td.TdClassName
{
border-color: #83CCA0;
}
.TagClassName
{
border-color: #83CCA0;
}
</style>