Shades of Java #37A09D
Tints of Java #37A09D
RGB
CMYK
RGB Variations
Color information
#37A09D (or 0x37A09D) is known color: Java. HEX triplet: 37, A0 and 9D. RGB value is (55,160,157). Sum of RGB (Red+Green+Blue) = 55+160+157=372 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.78% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 160 - color contains mainly: green. Hex color #37A09D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A09D is #C85F62. Grayscale: #808080. Windows color (decimal): -13131619 or 10330167. OLE color: 10330167.
HSL color Cylindrical-coordinate representation of color #37A09D: hue angle of 178.29º 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 #37A09D is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 160 | 157 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.37 |
| HSL | 178.29º | 0.49% | 0.42% | - |
| HSV(B) | 178.29º | 0.66% | 0.63% | - |
| XYZ | 20.23 | 28.39 | 36.31 | - |
| YUV | 128.26 | 144.21 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 160 | 157 | 0.66 | 0 | 0.02 | 0.37 | 178.29 | 0.49 | 0.42 |
| Hex | 37 | A0 | 9D | 42 | 0 | 2 | 25 | B2 | 31 | 2A |
| Octal | 67 | 240 | 235 | 102 | 0 | 2 | 45 | 262 | 61 | 52 |
| Binary | 110111 | 10100000 | 10011101 | 1000010 | 0 | 10 | 100101 | 10110010 | 110001 | 101010 |
Color Harmonies of #37A09D
Complementary color
Monochromatic Colors of #37A09D
Black with #37A09D
Text Example
Text Example
White with #37A09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A09D; }
p { color: rgb(55,160,157); }
H1.HeaderClassName
{
color: #37A09D;
}
.AnyTagClassName
{
color: #37A09D;
}
</style>
background-color css
<style>
a { background-color: #37A09D; }
a { background-color: rgb(55,160,157); }
div.DivClassName
{
background-color: #37A09D;
}
.BgClassName
{
background-color: #37A09D;
}
</style>
border-color css
<style>
span { border-color: #37A09D; }
span { border-color: rgb(55,160,157); }
td.TdClassName
{
border-color: #37A09D;
}
.TagClassName
{
border-color: #37A09D;
}
</style>