Shades of Java #258D8A
Tints of Java #258D8A
RGB
CMYK
RGB Variations
Color information
#258D8A (or 0x258D8A) is known color: Java. HEX triplet: 25, 8D and 8A. RGB value is (37,141,138). Sum of RGB (Red+Green+Blue) = 37+141+138=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 141 - color contains mainly: green. Hex color #258D8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258D8A is #DA7275. Grayscale: #6D6D6D. Windows color (decimal): -14316150 or 9080101. OLE color: 9080101.
HSL color Cylindrical-coordinate representation of color #258D8A: hue angle of 178.27º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258D8A is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 141 | 138 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.45 |
| HSL | 178.27º | 0.58% | 0.35% | - |
| HSV(B) | 178.27º | 0.74% | 0.55% | - |
| XYZ | 14.88 | 21.28 | 27.37 | - |
| YUV | 109.56 | 144.04 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 141 | 138 | 0.74 | 0 | 0.02 | 0.45 | 178.27 | 0.58 | 0.35 |
| Hex | 25 | 8D | 8A | 4A | 0 | 2 | 2D | B2 | 3A | 23 |
| Octal | 45 | 215 | 212 | 112 | 0 | 2 | 55 | 262 | 72 | 43 |
| Binary | 100101 | 10001101 | 10001010 | 1001010 | 0 | 10 | 101101 | 10110010 | 111010 | 100011 |
Color Harmonies of #258D8A
Complementary color
Monochromatic Colors of #258D8A
Black with #258D8A
Text Example
Text Example
White with #258D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258D8A; }
p { color: rgb(37,141,138); }
H1.HeaderClassName
{
color: #258D8A;
}
.AnyTagClassName
{
color: #258D8A;
}
</style>
background-color css
<style>
a { background-color: #258D8A; }
a { background-color: rgb(37,141,138); }
div.DivClassName
{
background-color: #258D8A;
}
.BgClassName
{
background-color: #258D8A;
}
</style>
border-color css
<style>
span { border-color: #258D8A; }
span { border-color: rgb(37,141,138); }
td.TdClassName
{
border-color: #258D8A;
}
.TagClassName
{
border-color: #258D8A;
}
</style>