Shades of Java #258F85
Tints of Java #258F85
RGB
CMYK
RGB Variations
Color information
#258F85 (or 0x258F85) is known color: Java. HEX triplet: 25, 8F and 85. RGB value is (37,143,133). Sum of RGB (Red+Green+Blue) = 37+143+133=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 143 (56.25% from 255 or 45.69% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 143 - color contains mainly: green. Hex color #258F85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258F85 is #DA707A. Grayscale: #6E6E6E. Windows color (decimal): -14315643 or 8752933. OLE color: 8752933.
HSL color Cylindrical-coordinate representation of color #258F85: hue angle of 174.34º 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 #258F85 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 143 | 133 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.44 |
| HSL | 174.34º | 0.59% | 0.35% | - |
| HSV(B) | 174.34º | 0.74% | 0.56% | - |
| XYZ | 14.82 | 21.73 | 25.6 | - |
| YUV | 110.17 | 140.88 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 143 | 133 | 0.74 | 0 | 0.07 | 0.44 | 174.34 | 0.59 | 0.35 |
| Hex | 25 | 8F | 85 | 4A | 0 | 7 | 2C | AE | 3B | 23 |
| Octal | 45 | 217 | 205 | 112 | 0 | 7 | 54 | 256 | 73 | 43 |
| Binary | 100101 | 10001111 | 10000101 | 1001010 | 0 | 111 | 101100 | 10101110 | 111011 | 100011 |
Color Harmonies of #258F85
Complementary color
Monochromatic Colors of #258F85
Black with #258F85
Text Example
Text Example
White with #258F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258F85; }
p { color: rgb(37,143,133); }
H1.HeaderClassName
{
color: #258F85;
}
.AnyTagClassName
{
color: #258F85;
}
</style>
background-color css
<style>
a { background-color: #258F85; }
a { background-color: rgb(37,143,133); }
div.DivClassName
{
background-color: #258F85;
}
.BgClassName
{
background-color: #258F85;
}
</style>
border-color css
<style>
span { border-color: #258F85; }
span { border-color: rgb(37,143,133); }
td.TdClassName
{
border-color: #258F85;
}
.TagClassName
{
border-color: #258F85;
}
</style>