Shades of Java #37A49C
Tints of Java #37A49C
RGB
CMYK
RGB Variations
Color information
#37A49C (or 0x37A49C) is known color: Java. HEX triplet: 37, A4 and 9C. RGB value is (55,164,156). Sum of RGB (Red+Green+Blue) = 55+164+156=375 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.67% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #37A49C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A49C is #C85B63. Grayscale: #828282. Windows color (decimal): -13130596 or 10265655. OLE color: 10265655.
HSL color Cylindrical-coordinate representation of color #37A49C: hue angle of 175.6º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37A49C is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 55 | 164 | 156 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.36 |
| HSL | 175.6º | 0.5% | 0.43% | - |
| HSV(B) | 175.6º | 0.66% | 0.64% | - |
| XYZ | 20.85 | 29.76 | 36.1 | - |
| YUV | 130.5 | 142.39 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 164 | 156 | 0.66 | 0 | 0.05 | 0.36 | 175.6 | 0.5 | 0.43 |
| Hex | 37 | A4 | 9C | 42 | 0 | 5 | 24 | B0 | 32 | 2B |
| Octal | 67 | 244 | 234 | 102 | 0 | 5 | 44 | 260 | 62 | 53 |
| Binary | 110111 | 10100100 | 10011100 | 1000010 | 0 | 101 | 100100 | 10110000 | 110010 | 101011 |
Color Harmonies of #37A49C
Complementary color
Monochromatic Colors of #37A49C
Black with #37A49C
Text Example
Text Example
White with #37A49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A49C; }
p { color: rgb(55,164,156); }
H1.HeaderClassName
{
color: #37A49C;
}
.AnyTagClassName
{
color: #37A49C;
}
</style>
background-color css
<style>
a { background-color: #37A49C; }
a { background-color: rgb(55,164,156); }
div.DivClassName
{
background-color: #37A49C;
}
.BgClassName
{
background-color: #37A49C;
}
</style>
border-color css
<style>
span { border-color: #37A49C; }
span { border-color: rgb(55,164,156); }
td.TdClassName
{
border-color: #37A49C;
}
.TagClassName
{
border-color: #37A49C;
}
</style>