Shades of Java #37A097
Tints of Java #37A097
RGB
CMYK
RGB Variations
Color information
#37A097 (or 0x37A097) is known color: Java. HEX triplet: 37, A0 and 97. RGB value is (55,160,151). Sum of RGB (Red+Green+Blue) = 55+160+151=366 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.03% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 160 - color contains mainly: green. Hex color #37A097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A097 is #C85F68. Grayscale: #7F7F7F. Windows color (decimal): -13131625 or 9936951. OLE color: 9936951.
HSL color Cylindrical-coordinate representation of color #37A097: hue angle of 174.86º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37A097 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 160 | 151 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.37 |
| HSL | 174.86º | 0.49% | 0.42% | - |
| HSV(B) | 174.86º | 0.66% | 0.63% | - |
| XYZ | 19.73 | 28.19 | 33.68 | - |
| YUV | 127.58 | 141.21 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 160 | 151 | 0.66 | 0 | 0.06 | 0.37 | 174.86 | 0.49 | 0.42 |
| Hex | 37 | A0 | 97 | 42 | 0 | 6 | 25 | AF | 31 | 2A |
| Octal | 67 | 240 | 227 | 102 | 0 | 6 | 45 | 257 | 61 | 52 |
| Binary | 110111 | 10100000 | 10010111 | 1000010 | 0 | 110 | 100101 | 10101111 | 110001 | 101010 |
Color Harmonies of #37A097
Complementary color
Monochromatic Colors of #37A097
Black with #37A097
Text Example
Text Example
White with #37A097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A097; }
p { color: rgb(55,160,151); }
H1.HeaderClassName
{
color: #37A097;
}
.AnyTagClassName
{
color: #37A097;
}
</style>
background-color css
<style>
a { background-color: #37A097; }
a { background-color: rgb(55,160,151); }
div.DivClassName
{
background-color: #37A097;
}
.BgClassName
{
background-color: #37A097;
}
</style>
border-color css
<style>
span { border-color: #37A097; }
span { border-color: rgb(55,160,151); }
td.TdClassName
{
border-color: #37A097;
}
.TagClassName
{
border-color: #37A097;
}
</style>