Shades of Java #259A8F
Tints of Java #259A8F
RGB
CMYK
RGB Variations
Color information
#259A8F (or 0x259A8F) is known color: Java. HEX triplet: 25, 9A and 8F. RGB value is (37,154,143). Sum of RGB (Red+Green+Blue) = 37+154+143=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 154 - color contains mainly: green. Hex color #259A8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259A8F is #DA6570. Grayscale: #757575. Windows color (decimal): -14312817 or 9411109. OLE color: 9411109.
HSL color Cylindrical-coordinate representation of color #259A8F: hue angle of 174.36º 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 #259A8F is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 154 | 143 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.40 |
| HSL | 174.36º | 0.61% | 0.37% | - |
| HSV(B) | 174.36º | 0.76% | 0.6% | - |
| XYZ | 17.28 | 25.49 | 30 | - |
| YUV | 117.76 | 142.24 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 154 | 143 | 0.76 | 0 | 0.07 | 0.40 | 174.36 | 0.61 | 0.37 |
| Hex | 25 | 9A | 8F | 4C | 0 | 7 | 28 | AE | 3D | 25 |
| Octal | 45 | 232 | 217 | 114 | 0 | 7 | 50 | 256 | 75 | 45 |
| Binary | 100101 | 10011010 | 10001111 | 1001100 | 0 | 111 | 101000 | 10101110 | 111101 | 100101 |
Color Harmonies of #259A8F
Complementary color
Monochromatic Colors of #259A8F
Black with #259A8F
Text Example
Text Example
White with #259A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259A8F; }
p { color: rgb(37,154,143); }
H1.HeaderClassName
{
color: #259A8F;
}
.AnyTagClassName
{
color: #259A8F;
}
</style>
background-color css
<style>
a { background-color: #259A8F; }
a { background-color: rgb(37,154,143); }
div.DivClassName
{
background-color: #259A8F;
}
.BgClassName
{
background-color: #259A8F;
}
</style>
border-color css
<style>
span { border-color: #259A8F; }
span { border-color: rgb(37,154,143); }
td.TdClassName
{
border-color: #259A8F;
}
.TagClassName
{
border-color: #259A8F;
}
</style>