Shades of Java #259C97
Tints of Java #259C97
RGB
CMYK
RGB Variations
Color information
#259C97 (or 0x259C97) is known color: Java. HEX triplet: 25, 9C and 97. RGB value is (37,156,151). Sum of RGB (Red+Green+Blue) = 37+156+151=344 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.76% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 156 - color contains mainly: green. Hex color #259C97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259C97 is #DA6368. Grayscale: #777777. Windows color (decimal): -14312297 or 9935909. OLE color: 9935909.
HSL color Cylindrical-coordinate representation of color #259C97: hue angle of 177.48º 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 #259C97 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 156 | 151 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.39 |
| HSL | 177.48º | 0.62% | 0.38% | - |
| HSV(B) | 177.48º | 0.76% | 0.61% | - |
| XYZ | 18.24 | 26.4 | 33.41 | - |
| YUV | 119.85 | 145.58 | 68.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 156 | 151 | 0.76 | 0 | 0.03 | 0.39 | 177.48 | 0.62 | 0.38 |
| Hex | 25 | 9C | 97 | 4C | 0 | 3 | 27 | B1 | 3E | 26 |
| Octal | 45 | 234 | 227 | 114 | 0 | 3 | 47 | 261 | 76 | 46 |
| Binary | 100101 | 10011100 | 10010111 | 1001100 | 0 | 11 | 100111 | 10110001 | 111110 | 100110 |
Color Harmonies of #259C97
Complementary color
Monochromatic Colors of #259C97
Black with #259C97
Text Example
Text Example
White with #259C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259C97; }
p { color: rgb(37,156,151); }
H1.HeaderClassName
{
color: #259C97;
}
.AnyTagClassName
{
color: #259C97;
}
</style>
background-color css
<style>
a { background-color: #259C97; }
a { background-color: rgb(37,156,151); }
div.DivClassName
{
background-color: #259C97;
}
.BgClassName
{
background-color: #259C97;
}
</style>
border-color css
<style>
span { border-color: #259C97; }
span { border-color: rgb(37,156,151); }
td.TdClassName
{
border-color: #259C97;
}
.TagClassName
{
border-color: #259C97;
}
</style>