Shades of Java #259C99
Tints of Java #259C99
RGB
CMYK
RGB Variations
Color information
#259C99 (or 0x259C99) is known color: Java. HEX triplet: 25, 9C and 99. RGB value is (37,156,153). Sum of RGB (Red+Green+Blue) = 37+156+153=346 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.69% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 156 - color contains mainly: green. Hex color #259C99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259C99 is #DA6366. Grayscale: #777777. Windows color (decimal): -14312295 or 10066981. OLE color: 10066981.
HSL color Cylindrical-coordinate representation of color #259C99: hue angle of 178.49º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259C99 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 156 | 153 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.39 |
| HSL | 178.49º | 0.62% | 0.38% | - |
| HSV(B) | 178.49º | 0.76% | 0.61% | - |
| XYZ | 18.4 | 26.47 | 34.28 | - |
| YUV | 120.08 | 146.58 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 156 | 153 | 0.76 | 0 | 0.02 | 0.39 | 178.49 | 0.62 | 0.38 |
| Hex | 25 | 9C | 99 | 4C | 0 | 2 | 27 | B2 | 3E | 26 |
| Octal | 45 | 234 | 231 | 114 | 0 | 2 | 47 | 262 | 76 | 46 |
| Binary | 100101 | 10011100 | 10011001 | 1001100 | 0 | 10 | 100111 | 10110010 | 111110 | 100110 |
Color Harmonies of #259C99
Complementary color
Monochromatic Colors of #259C99
Black with #259C99
Text Example
Text Example
White with #259C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259C99; }
p { color: rgb(37,156,153); }
H1.HeaderClassName
{
color: #259C99;
}
.AnyTagClassName
{
color: #259C99;
}
</style>
background-color css
<style>
a { background-color: #259C99; }
a { background-color: rgb(37,156,153); }
div.DivClassName
{
background-color: #259C99;
}
.BgClassName
{
background-color: #259C99;
}
</style>
border-color css
<style>
span { border-color: #259C99; }
span { border-color: rgb(37,156,153); }
td.TdClassName
{
border-color: #259C99;
}
.TagClassName
{
border-color: #259C99;
}
</style>