Shades of Java #258E89
Tints of Java #258E89
RGB
CMYK
RGB Variations
Color information
#258E89 (or 0x258E89) is known color: Java. HEX triplet: 25, 8E and 89. RGB value is (37,142,137). Sum of RGB (Red+Green+Blue) = 37+142+137=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 142 (55.86% from 255 or 44.94% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 142 - color contains mainly: green. Hex color #258E89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258E89 is #DA7176. Grayscale: #6D6D6D. Windows color (decimal): -14315895 or 9014821. OLE color: 9014821.
HSL color Cylindrical-coordinate representation of color #258E89: hue angle of 177.14º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258E89 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 142 | 137 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.44 |
| HSL | 177.14º | 0.59% | 0.35% | - |
| HSV(B) | 177.14º | 0.74% | 0.56% | - |
| XYZ | 14.95 | 21.55 | 27.04 | - |
| YUV | 110.04 | 143.21 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 142 | 137 | 0.74 | 0 | 0.04 | 0.44 | 177.14 | 0.59 | 0.35 |
| Hex | 25 | 8E | 89 | 4A | 0 | 4 | 2C | B1 | 3B | 23 |
| Octal | 45 | 216 | 211 | 112 | 0 | 4 | 54 | 261 | 73 | 43 |
| Binary | 100101 | 10001110 | 10001001 | 1001010 | 0 | 100 | 101100 | 10110001 | 111011 | 100011 |
Color Harmonies of #258E89
Complementary color
Monochromatic Colors of #258E89
Black with #258E89
Text Example
Text Example
White with #258E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258E89; }
p { color: rgb(37,142,137); }
H1.HeaderClassName
{
color: #258E89;
}
.AnyTagClassName
{
color: #258E89;
}
</style>
background-color css
<style>
a { background-color: #258E89; }
a { background-color: rgb(37,142,137); }
div.DivClassName
{
background-color: #258E89;
}
.BgClassName
{
background-color: #258E89;
}
</style>
border-color css
<style>
span { border-color: #258E89; }
span { border-color: rgb(37,142,137); }
td.TdClassName
{
border-color: #258E89;
}
.TagClassName
{
border-color: #258E89;
}
</style>