Shades of Java #258E88
Tints of Java #258E88
RGB
CMYK
RGB Variations
Color information
#258E88 (or 0x258E88) is known color: Java. HEX triplet: 25, 8E and 88. RGB value is (37,142,136). Sum of RGB (Red+Green+Blue) = 37+142+136=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 142 - color contains mainly: green. Hex color #258E88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258E88 is #DA7177. Grayscale: #6D6D6D. Windows color (decimal): -14315896 or 8949285. OLE color: 8949285.
HSL color Cylindrical-coordinate representation of color #258E88: hue angle of 176.57º 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 #258E88 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 142 | 136 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.44 |
| HSL | 176.57º | 0.59% | 0.35% | - |
| HSV(B) | 176.57º | 0.74% | 0.56% | - |
| XYZ | 14.88 | 21.52 | 26.66 | - |
| YUV | 109.92 | 142.71 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 142 | 136 | 0.74 | 0 | 0.04 | 0.44 | 176.57 | 0.59 | 0.35 |
| Hex | 25 | 8E | 88 | 4A | 0 | 4 | 2C | B1 | 3B | 23 |
| Octal | 45 | 216 | 210 | 112 | 0 | 4 | 54 | 261 | 73 | 43 |
| Binary | 100101 | 10001110 | 10001000 | 1001010 | 0 | 100 | 101100 | 10110001 | 111011 | 100011 |
Color Harmonies of #258E88
Complementary color
Monochromatic Colors of #258E88
Black with #258E88
Text Example
Text Example
White with #258E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258E88; }
p { color: rgb(37,142,136); }
H1.HeaderClassName
{
color: #258E88;
}
.AnyTagClassName
{
color: #258E88;
}
</style>
background-color css
<style>
a { background-color: #258E88; }
a { background-color: rgb(37,142,136); }
div.DivClassName
{
background-color: #258E88;
}
.BgClassName
{
background-color: #258E88;
}
</style>
border-color css
<style>
span { border-color: #258E88; }
span { border-color: rgb(37,142,136); }
td.TdClassName
{
border-color: #258E88;
}
.TagClassName
{
border-color: #258E88;
}
</style>