Shades of Java #259D93
Tints of Java #259D93
RGB
CMYK
RGB Variations
Color information
#259D93 (or 0x259D93) is known color: Java. HEX triplet: 25, 9D and 93. RGB value is (37,157,147). Sum of RGB (Red+Green+Blue) = 37+157+147=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 157 - color contains mainly: green. Hex color #259D93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259D93 is #DA626C. Grayscale: #777777. Windows color (decimal): -14312045 or 9674021. OLE color: 9674021.
HSL color Cylindrical-coordinate representation of color #259D93: hue angle of 175º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259D93 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 157 | 147 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.38 |
| HSL | 175º | 0.62% | 0.38% | - |
| HSV(B) | 175º | 0.76% | 0.62% | - |
| XYZ | 18.09 | 26.61 | 31.79 | - |
| YUV | 119.98 | 143.24 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 157 | 147 | 0.76 | 0 | 0.06 | 0.38 | 175 | 0.62 | 0.38 |
| Hex | 25 | 9D | 93 | 4C | 0 | 6 | 26 | AF | 3E | 26 |
| Octal | 45 | 235 | 223 | 114 | 0 | 6 | 46 | 257 | 76 | 46 |
| Binary | 100101 | 10011101 | 10010011 | 1001100 | 0 | 110 | 100110 | 10101111 | 111110 | 100110 |
Color Harmonies of #259D93
Complementary color
Monochromatic Colors of #259D93
Black with #259D93
Text Example
Text Example
White with #259D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259D93; }
p { color: rgb(37,157,147); }
H1.HeaderClassName
{
color: #259D93;
}
.AnyTagClassName
{
color: #259D93;
}
</style>
background-color css
<style>
a { background-color: #259D93; }
a { background-color: rgb(37,157,147); }
div.DivClassName
{
background-color: #259D93;
}
.BgClassName
{
background-color: #259D93;
}
</style>
border-color css
<style>
span { border-color: #259D93; }
span { border-color: rgb(37,157,147); }
td.TdClassName
{
border-color: #259D93;
}
.TagClassName
{
border-color: #259D93;
}
</style>