Shades of Java #258D92
Tints of Java #258D92
RGB
CMYK
RGB Variations
Color information
#258D92 (or 0x258D92) is known color: Java. HEX triplet: 25, 8D and 92. RGB value is (37,141,146). Sum of RGB (Red+Green+Blue) = 37+141+146=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 146 - color contains mainly: blue. Hex color #258D92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258D92 is #DA726D. Grayscale: #6E6E6E. Windows color (decimal): -14316142 or 9604389. OLE color: 9604389.
HSL color Cylindrical-coordinate representation of color #258D92: hue angle of 182.75º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #258D92 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 141 | 146 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.43 |
| HSL | 182.75º | 0.6% | 0.36% | - |
| HSV(B) | 182.75º | 0.75% | 0.57% | - |
| XYZ | 15.48 | 21.52 | 30.53 | - |
| YUV | 110.47 | 148.04 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 141 | 146 | 0.75 | 0.03 | 0 | 0.43 | 182.75 | 0.6 | 0.36 |
| Hex | 25 | 8D | 92 | 4B | 3 | 0 | 2B | B7 | 3C | 24 |
| Octal | 45 | 215 | 222 | 113 | 3 | 0 | 53 | 267 | 74 | 44 |
| Binary | 100101 | 10001101 | 10010010 | 1001011 | 11 | 0 | 101011 | 10110111 | 111100 | 100100 |
Color Harmonies of #258D92
Complementary color
Monochromatic Colors of #258D92
Black with #258D92
Text Example
Text Example
White with #258D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258D92; }
p { color: rgb(37,141,146); }
H1.HeaderClassName
{
color: #258D92;
}
.AnyTagClassName
{
color: #258D92;
}
</style>
background-color css
<style>
a { background-color: #258D92; }
a { background-color: rgb(37,141,146); }
div.DivClassName
{
background-color: #258D92;
}
.BgClassName
{
background-color: #258D92;
}
</style>
border-color css
<style>
span { border-color: #258D92; }
span { border-color: rgb(37,141,146); }
td.TdClassName
{
border-color: #258D92;
}
.TagClassName
{
border-color: #258D92;
}
</style>