Shades of Java #25989C
Tints of Java #25989C
RGB
CMYK
RGB Variations
Color information
#25989C (or 0x25989C) is known color: Java. HEX triplet: 25, 98 and 9C. RGB value is (37,152,156). Sum of RGB (Red+Green+Blue) = 37+152+156=345 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.72% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #25989C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25989C is #DA6763. Grayscale: #757575. Windows color (decimal): -14313316 or 10262565. OLE color: 10262565.
HSL color Cylindrical-coordinate representation of color #25989C: hue angle of 182.02º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25989C is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 152 | 156 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.39 |
| HSL | 182.02º | 0.62% | 0.38% | - |
| HSV(B) | 182.02º | 0.76% | 0.61% | - |
| XYZ | 17.99 | 25.25 | 35.38 | - |
| YUV | 118.07 | 149.4 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 152 | 156 | 0.76 | 0.03 | 0 | 0.39 | 182.02 | 0.62 | 0.38 |
| Hex | 25 | 98 | 9C | 4C | 3 | 0 | 27 | B6 | 3E | 26 |
| Octal | 45 | 230 | 234 | 114 | 3 | 0 | 47 | 266 | 76 | 46 |
| Binary | 100101 | 10011000 | 10011100 | 1001100 | 11 | 0 | 100111 | 10110110 | 111110 | 100110 |
Color Harmonies of #25989C
Complementary color
Monochromatic Colors of #25989C
Black with #25989C
Text Example
Text Example
White with #25989C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25989C; }
p { color: rgb(37,152,156); }
H1.HeaderClassName
{
color: #25989C;
}
.AnyTagClassName
{
color: #25989C;
}
</style>
background-color css
<style>
a { background-color: #25989C; }
a { background-color: rgb(37,152,156); }
div.DivClassName
{
background-color: #25989C;
}
.BgClassName
{
background-color: #25989C;
}
</style>
border-color css
<style>
span { border-color: #25989C; }
span { border-color: rgb(37,152,156); }
td.TdClassName
{
border-color: #25989C;
}
.TagClassName
{
border-color: #25989C;
}
</style>