Shades of Java #258C96
Tints of Java #258C96
RGB
CMYK
RGB Variations
Color information
#258C96 (or 0x258C96) is known color: Java. HEX triplet: 25, 8C and 96. RGB value is (37,140,150). Sum of RGB (Red+Green+Blue) = 37+140+150=327 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.31% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 150 - color contains mainly: blue. Hex color #258C96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258C96 is #DA7369. Grayscale: #6E6E6E. Windows color (decimal): -14316394 or 9866277. OLE color: 9866277.
HSL color Cylindrical-coordinate representation of color #258C96: hue angle of 185.31º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #258C96 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 140 | 150 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.41 |
| HSL | 185.31º | 0.6% | 0.37% | - |
| HSV(B) | 185.31º | 0.75% | 0.59% | - |
| XYZ | 15.65 | 21.35 | 32.15 | - |
| YUV | 110.34 | 150.38 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 140 | 150 | 0.75 | 0.07 | 0 | 0.41 | 185.31 | 0.6 | 0.37 |
| Hex | 25 | 8C | 96 | 4B | 7 | 0 | 29 | B9 | 3C | 25 |
| Octal | 45 | 214 | 226 | 113 | 7 | 0 | 51 | 271 | 74 | 45 |
| Binary | 100101 | 10001100 | 10010110 | 1001011 | 111 | 0 | 101001 | 10111001 | 111100 | 100101 |
Color Harmonies of #258C96
Complementary color
Monochromatic Colors of #258C96
Black with #258C96
Text Example
Text Example
White with #258C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258C96; }
p { color: rgb(37,140,150); }
H1.HeaderClassName
{
color: #258C96;
}
.AnyTagClassName
{
color: #258C96;
}
</style>
background-color css
<style>
a { background-color: #258C96; }
a { background-color: rgb(37,140,150); }
div.DivClassName
{
background-color: #258C96;
}
.BgClassName
{
background-color: #258C96;
}
</style>
border-color css
<style>
span { border-color: #258C96; }
span { border-color: rgb(37,140,150); }
td.TdClassName
{
border-color: #258C96;
}
.TagClassName
{
border-color: #258C96;
}
</style>