Shades of Java #259997
Tints of Java #259997
RGB
CMYK
RGB Variations
Color information
#259997 (or 0x259997) is known color: Java. HEX triplet: 25, 99 and 97. RGB value is (37,153,151). Sum of RGB (Red+Green+Blue) = 37+153+151=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 151 (59.38% from 255 or 44.28% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #259997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259997 is #DA6668. Grayscale: #757575. Windows color (decimal): -14313065 or 9935141. OLE color: 9935141.
HSL color Cylindrical-coordinate representation of color #259997: hue angle of 178.97º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259997 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 153 | 151 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.4 |
| HSL | 178.97º | 0.61% | 0.37% | - |
| HSV(B) | 178.97º | 0.76% | 0.6% | - |
| XYZ | 17.74 | 25.41 | 33.25 | - |
| YUV | 118.09 | 146.57 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 153 | 151 | 0.76 | 0 | 0.01 | 0.4 | 178.97 | 0.61 | 0.37 |
| Hex | 25 | 99 | 97 | 4C | 0 | 1 | 28 | B3 | 3D | 25 |
| Octal | 45 | 231 | 227 | 114 | 0 | 1 | 50 | 263 | 75 | 45 |
| Binary | 100101 | 10011001 | 10010111 | 1001100 | 0 | 1 | 101000 | 10110011 | 111101 | 100101 |
Color Harmonies of #259997
Complementary color
Monochromatic Colors of #259997
Black with #259997
Text Example
Text Example
White with #259997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259997; }
p { color: rgb(37,153,151); }
H1.HeaderClassName
{
color: #259997;
}
.AnyTagClassName
{
color: #259997;
}
</style>
background-color css
<style>
a { background-color: #259997; }
a { background-color: rgb(37,153,151); }
div.DivClassName
{
background-color: #259997;
}
.BgClassName
{
background-color: #259997;
}
</style>
border-color css
<style>
span { border-color: #259997; }
span { border-color: rgb(37,153,151); }
td.TdClassName
{
border-color: #259997;
}
.TagClassName
{
border-color: #259997;
}
</style>