Shades of Java #258A8B
Tints of Java #258A8B
RGB
CMYK
RGB Variations
Color information
#258A8B (or 0x258A8B) is known color: Java. HEX triplet: 25, 8A and 8B. RGB value is (37,138,139). Sum of RGB (Red+Green+Blue) = 37+138+139=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #258A8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258A8B is #DA7574. Grayscale: #6B6B6B. Windows color (decimal): -14316917 or 9144869. OLE color: 9144869.
HSL color Cylindrical-coordinate representation of color #258A8B: hue angle of 180.59º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258A8B is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 138 | 139 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.45 |
| HSL | 180.59º | 0.58% | 0.35% | - |
| HSV(B) | 180.59º | 0.73% | 0.55% | - |
| XYZ | 14.51 | 20.43 | 27.61 | - |
| YUV | 107.92 | 145.54 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 138 | 139 | 0.73 | 0.01 | 0 | 0.45 | 180.59 | 0.58 | 0.35 |
| Hex | 25 | 8A | 8B | 49 | 1 | 0 | 2D | B5 | 3A | 23 |
| Octal | 45 | 212 | 213 | 111 | 1 | 0 | 55 | 265 | 72 | 43 |
| Binary | 100101 | 10001010 | 10001011 | 1001001 | 1 | 0 | 101101 | 10110101 | 111010 | 100011 |
Color Harmonies of #258A8B
Complementary color
Monochromatic Colors of #258A8B
Black with #258A8B
Text Example
Text Example
White with #258A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258A8B; }
p { color: rgb(37,138,139); }
H1.HeaderClassName
{
color: #258A8B;
}
.AnyTagClassName
{
color: #258A8B;
}
</style>
background-color css
<style>
a { background-color: #258A8B; }
a { background-color: rgb(37,138,139); }
div.DivClassName
{
background-color: #258A8B;
}
.BgClassName
{
background-color: #258A8B;
}
</style>
border-color css
<style>
span { border-color: #258A8B; }
span { border-color: rgb(37,138,139); }
td.TdClassName
{
border-color: #258A8B;
}
.TagClassName
{
border-color: #258A8B;
}
</style>