Shades of Java #37A09C
Tints of Java #37A09C
RGB
CMYK
RGB Variations
Color information
#37A09C (or 0x37A09C) is known color: Java. HEX triplet: 37, A0 and 9C. RGB value is (55,160,156). Sum of RGB (Red+Green+Blue) = 55+160+156=371 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.82% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 160 - color contains mainly: green. Hex color #37A09C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A09C is #C85F63. Grayscale: #808080. Windows color (decimal): -13131620 or 10264631. OLE color: 10264631.
HSL color Cylindrical-coordinate representation of color #37A09C: hue angle of 177.71º 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 #37A09C is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 160 | 156 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.37 |
| HSL | 177.71º | 0.49% | 0.42% | - |
| HSV(B) | 177.71º | 0.66% | 0.63% | - |
| XYZ | 20.15 | 28.35 | 35.86 | - |
| YUV | 128.15 | 143.71 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 160 | 156 | 0.66 | 0 | 0.02 | 0.37 | 177.71 | 0.49 | 0.42 |
| Hex | 37 | A0 | 9C | 42 | 0 | 2 | 25 | B2 | 31 | 2A |
| Octal | 67 | 240 | 234 | 102 | 0 | 2 | 45 | 262 | 61 | 52 |
| Binary | 110111 | 10100000 | 10011100 | 1000010 | 0 | 10 | 100101 | 10110010 | 110001 | 101010 |
Color Harmonies of #37A09C
Complementary color
Monochromatic Colors of #37A09C
Black with #37A09C
Text Example
Text Example
White with #37A09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A09C; }
p { color: rgb(55,160,156); }
H1.HeaderClassName
{
color: #37A09C;
}
.AnyTagClassName
{
color: #37A09C;
}
</style>
background-color css
<style>
a { background-color: #37A09C; }
a { background-color: rgb(55,160,156); }
div.DivClassName
{
background-color: #37A09C;
}
.BgClassName
{
background-color: #37A09C;
}
</style>
border-color css
<style>
span { border-color: #37A09C; }
span { border-color: rgb(55,160,156); }
td.TdClassName
{
border-color: #37A09C;
}
.TagClassName
{
border-color: #37A09C;
}
</style>