Shades of Java #258D8F
Tints of Java #258D8F
RGB
CMYK
RGB Variations
Color information
#258D8F (or 0x258D8F) is known color: Java. HEX triplet: 25, 8D and 8F. RGB value is (37,141,143). Sum of RGB (Red+Green+Blue) = 37+141+143=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 143 - color contains mainly: blue. Hex color #258D8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258D8F is #DA7270. Grayscale: #6E6E6E. Windows color (decimal): -14316145 or 9407781. OLE color: 9407781.
HSL color Cylindrical-coordinate representation of color #258D8F: hue angle of 181.13º 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 #258D8F is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 141 | 143 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.44 |
| HSL | 181.13º | 0.59% | 0.35% | - |
| HSV(B) | 181.13º | 0.74% | 0.56% | - |
| XYZ | 15.25 | 21.43 | 29.32 | - |
| YUV | 110.13 | 146.54 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 141 | 143 | 0.74 | 0.01 | 0 | 0.44 | 181.13 | 0.59 | 0.35 |
| Hex | 25 | 8D | 8F | 4A | 1 | 0 | 2C | B5 | 3B | 23 |
| Octal | 45 | 215 | 217 | 112 | 1 | 0 | 54 | 265 | 73 | 43 |
| Binary | 100101 | 10001101 | 10001111 | 1001010 | 1 | 0 | 101100 | 10110101 | 111011 | 100011 |
Color Harmonies of #258D8F
Complementary color
Monochromatic Colors of #258D8F
Black with #258D8F
Text Example
Text Example
White with #258D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258D8F; }
p { color: rgb(37,141,143); }
H1.HeaderClassName
{
color: #258D8F;
}
.AnyTagClassName
{
color: #258D8F;
}
</style>
background-color css
<style>
a { background-color: #258D8F; }
a { background-color: rgb(37,141,143); }
div.DivClassName
{
background-color: #258D8F;
}
.BgClassName
{
background-color: #258D8F;
}
</style>
border-color css
<style>
span { border-color: #258D8F; }
span { border-color: rgb(37,141,143); }
td.TdClassName
{
border-color: #258D8F;
}
.TagClassName
{
border-color: #258D8F;
}
</style>