Shades of Java #259A8B
Tints of Java #259A8B
RGB
CMYK
RGB Variations
Color information
#259A8B (or 0x259A8B) is known color: Java. HEX triplet: 25, 9A and 8B. RGB value is (37,154,139). Sum of RGB (Red+Green+Blue) = 37+154+139=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 154 (60.55% from 255 or 46.67% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 154 - color contains mainly: green. Hex color #259A8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259A8B is #DA6574. Grayscale: #757575. Windows color (decimal): -14312821 or 9148965. OLE color: 9148965.
HSL color Cylindrical-coordinate representation of color #259A8B: hue angle of 172.31º 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 #259A8B is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 154 | 139 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.40 |
| HSL | 172.31º | 0.61% | 0.37% | - |
| HSV(B) | 172.31º | 0.76% | 0.6% | - |
| XYZ | 16.98 | 25.37 | 28.43 | - |
| YUV | 117.31 | 140.24 | 70.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 154 | 139 | 0.76 | 0 | 0.10 | 0.40 | 172.31 | 0.61 | 0.37 |
| Hex | 25 | 9A | 8B | 4C | 0 | A | 28 | AC | 3D | 25 |
| Octal | 45 | 232 | 213 | 114 | 0 | 12 | 50 | 254 | 75 | 45 |
| Binary | 100101 | 10011010 | 10001011 | 1001100 | 0 | 1010 | 101000 | 10101100 | 111101 | 100101 |
Color Harmonies of #259A8B
Complementary color
Monochromatic Colors of #259A8B
Black with #259A8B
Text Example
Text Example
White with #259A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259A8B; }
p { color: rgb(37,154,139); }
H1.HeaderClassName
{
color: #259A8B;
}
.AnyTagClassName
{
color: #259A8B;
}
</style>
background-color css
<style>
a { background-color: #259A8B; }
a { background-color: rgb(37,154,139); }
div.DivClassName
{
background-color: #259A8B;
}
.BgClassName
{
background-color: #259A8B;
}
</style>
border-color css
<style>
span { border-color: #259A8B; }
span { border-color: rgb(37,154,139); }
td.TdClassName
{
border-color: #259A8B;
}
.TagClassName
{
border-color: #259A8B;
}
</style>