Shades of Java #258B8B
Tints of Java #258B8B
RGB
CMYK
RGB Variations
Color information
#258B8B (or 0x258B8B) is known color: Java. HEX triplet: 25, 8B and 8B. RGB value is (37,139,139). Sum of RGB (Red+Green+Blue) = 37+139+139=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #258B8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258B8B is #DA7474. Grayscale: #6C6C6C. Windows color (decimal): -14316661 or 9145125. OLE color: 9145125.
HSL color Cylindrical-coordinate representation of color #258B8B: hue angle of 180º 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 #258B8B is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 139 | 139 | - |
| CMYK | 0.73 | 0 | 0 | 0.45 |
| HSL | 180º | 0.58% | 0.35% | - |
| HSV(B) | 180º | 0.73% | 0.55% | - |
| XYZ | 14.66 | 20.72 | 27.65 | - |
| YUV | 108.5 | 145.21 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 139 | 139 | 0.73 | 0 | 0 | 0.45 | 180 | 0.58 | 0.35 |
| Hex | 25 | 8B | 8B | 49 | 0 | 0 | 2D | B4 | 3A | 23 |
| Octal | 45 | 213 | 213 | 111 | 0 | 0 | 55 | 264 | 72 | 43 |
| Binary | 100101 | 10001011 | 10001011 | 1001001 | 0 | 0 | 101101 | 10110100 | 111010 | 100011 |
Color Harmonies of #258B8B
Complementary color
Monochromatic Colors of #258B8B
Black with #258B8B
Text Example
Text Example
White with #258B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258B8B; }
p { color: rgb(37,139,139); }
H1.HeaderClassName
{
color: #258B8B;
}
.AnyTagClassName
{
color: #258B8B;
}
</style>
background-color css
<style>
a { background-color: #258B8B; }
a { background-color: rgb(37,139,139); }
div.DivClassName
{
background-color: #258B8B;
}
.BgClassName
{
background-color: #258B8B;
}
</style>
border-color css
<style>
span { border-color: #258B8B; }
span { border-color: rgb(37,139,139); }
td.TdClassName
{
border-color: #258B8B;
}
.TagClassName
{
border-color: #258B8B;
}
</style>