Shades of Java #2599A0
Tints of Java #2599A0
RGB
CMYK
RGB Variations
Color information
#2599A0 (or 0x2599A0) is known color: Java. HEX triplet: 25, 99 and A0. RGB value is (37,153,160). Sum of RGB (Red+Green+Blue) = 37+153+160=350 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.57% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 160 (62.89% from 255 or 45.71% from 350); Max value from RGB is 160 - color contains mainly: blue. Hex color #2599A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2599A0 is #DA665F. Grayscale: #767676. Windows color (decimal): -14313056 or 10524965. OLE color: 10524965.
HSL color Cylindrical-coordinate representation of color #2599A0: hue angle of 183.41º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2599A0 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 153 | 160 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.37 |
| HSL | 183.41º | 0.62% | 0.39% | - |
| HSV(B) | 183.41º | 0.77% | 0.63% | - |
| XYZ | 18.5 | 25.71 | 37.25 | - |
| YUV | 119.11 | 151.07 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 153 | 160 | 0.77 | 0.04 | 0 | 0.37 | 183.41 | 0.62 | 0.39 |
| Hex | 25 | 99 | A0 | 4D | 4 | 0 | 25 | B7 | 3E | 27 |
| Octal | 45 | 231 | 240 | 115 | 4 | 0 | 45 | 267 | 76 | 47 |
| Binary | 100101 | 10011001 | 10100000 | 1001101 | 100 | 0 | 100101 | 10110111 | 111110 | 100111 |
Color Harmonies of #2599A0
Complementary color
Monochromatic Colors of #2599A0
Black with #2599A0
Text Example
Text Example
White with #2599A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2599A0; }
p { color: rgb(37,153,160); }
H1.HeaderClassName
{
color: #2599A0;
}
.AnyTagClassName
{
color: #2599A0;
}
</style>
background-color css
<style>
a { background-color: #2599A0; }
a { background-color: rgb(37,153,160); }
div.DivClassName
{
background-color: #2599A0;
}
.BgClassName
{
background-color: #2599A0;
}
</style>
border-color css
<style>
span { border-color: #2599A0; }
span { border-color: rgb(37,153,160); }
td.TdClassName
{
border-color: #2599A0;
}
.TagClassName
{
border-color: #2599A0;
}
</style>