Shades of Java #36A09B
Tints of Java #36A09B
RGB
CMYK
RGB Variations
Color information
#36A09B (or 0x36A09B) is known color: Java. HEX triplet: 36, A0 and 9B. RGB value is (54,160,155). Sum of RGB (Red+Green+Blue) = 54+160+155=369 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.63% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 160 - color contains mainly: green. Hex color #36A09B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A09B is #C95F64. Grayscale: #7F7F7F. Windows color (decimal): -13197157 or 10199094. OLE color: 10199094.
HSL color Cylindrical-coordinate representation of color #36A09B: hue angle of 177.17º degrees, saturation: 0.5, 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 #36A09B is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 160 | 155 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.37 |
| HSL | 177.17º | 0.5% | 0.42% | - |
| HSV(B) | 177.17º | 0.66% | 0.63% | - |
| XYZ | 20.01 | 28.29 | 35.42 | - |
| YUV | 127.74 | 143.38 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 160 | 155 | 0.66 | 0 | 0.03 | 0.37 | 177.17 | 0.5 | 0.42 |
| Hex | 36 | A0 | 9B | 42 | 0 | 3 | 25 | B1 | 32 | 2A |
| Octal | 66 | 240 | 233 | 102 | 0 | 3 | 45 | 261 | 62 | 52 |
| Binary | 110110 | 10100000 | 10011011 | 1000010 | 0 | 11 | 100101 | 10110001 | 110010 | 101010 |
Color Harmonies of #36A09B
Complementary color
Monochromatic Colors of #36A09B
Black with #36A09B
Text Example
Text Example
White with #36A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A09B; }
p { color: rgb(54,160,155); }
H1.HeaderClassName
{
color: #36A09B;
}
.AnyTagClassName
{
color: #36A09B;
}
</style>
background-color css
<style>
a { background-color: #36A09B; }
a { background-color: rgb(54,160,155); }
div.DivClassName
{
background-color: #36A09B;
}
.BgClassName
{
background-color: #36A09B;
}
</style>
border-color css
<style>
span { border-color: #36A09B; }
span { border-color: rgb(54,160,155); }
td.TdClassName
{
border-color: #36A09B;
}
.TagClassName
{
border-color: #36A09B;
}
</style>