Shades of Java #2499A0
Tints of Java #2499A0
RGB
CMYK
RGB Variations
Color information
#2499A0 (or 0x2499A0) is known color: Java. HEX triplet: 24, 99 and A0. RGB value is (36,153,160). Sum of RGB (Red+Green+Blue) = 36+153+160=349 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.32% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 160 (62.89% from 255 or 45.85% from 349); Max value from RGB is 160 - color contains mainly: blue. Hex color #2499A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2499A0 is #DB665F. Grayscale: #767676. Windows color (decimal): -14378592 or 10524964. OLE color: 10524964.
HSL color Cylindrical-coordinate representation of color #2499A0: hue angle of 183.39º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2499A0 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 153 | 160 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.37 |
| HSL | 183.39º | 0.63% | 0.38% | - |
| HSV(B) | 183.39º | 0.78% | 0.63% | - |
| XYZ | 18.46 | 25.7 | 37.24 | - |
| YUV | 118.82 | 151.24 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 153 | 160 | 0.78 | 0.04 | 0 | 0.37 | 183.39 | 0.63 | 0.38 |
| Hex | 24 | 99 | A0 | 4E | 4 | 0 | 25 | B7 | 3F | 26 |
| Octal | 44 | 231 | 240 | 116 | 4 | 0 | 45 | 267 | 77 | 46 |
| Binary | 100100 | 10011001 | 10100000 | 1001110 | 100 | 0 | 100101 | 10110111 | 111111 | 100110 |
Color Harmonies of #2499A0
Complementary color
Monochromatic Colors of #2499A0
Black with #2499A0
Text Example
Text Example
White with #2499A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2499A0; }
p { color: rgb(36,153,160); }
H1.HeaderClassName
{
color: #2499A0;
}
.AnyTagClassName
{
color: #2499A0;
}
</style>
background-color css
<style>
a { background-color: #2499A0; }
a { background-color: rgb(36,153,160); }
div.DivClassName
{
background-color: #2499A0;
}
.BgClassName
{
background-color: #2499A0;
}
</style>
border-color css
<style>
span { border-color: #2499A0; }
span { border-color: rgb(36,153,160); }
td.TdClassName
{
border-color: #2499A0;
}
.TagClassName
{
border-color: #2499A0;
}
</style>