Shades of Java #25A0A1
Tints of Java #25A0A1
RGB
CMYK
RGB Variations
Color information
#25A0A1 (or 0x25A0A1) is known color: Java. HEX triplet: 25, A0 and A1. RGB value is (37,160,161). Sum of RGB (Red+Green+Blue) = 37+160+161=358 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.34% from 358); Green value is 160 (62.89% from 255 or 44.69% from 358); Blue value is 161 (63.28% from 255 or 44.97% from 358); Max value from RGB is 161 - color contains mainly: blue. Hex color #25A0A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A0A1 is #DA5F5E. Grayscale: #7B7B7B. Windows color (decimal): -14311263 or 10592293. OLE color: 10592293.
HSL color Cylindrical-coordinate representation of color #25A0A1: hue angle of 180.48º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25A0A1 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 160 | 161 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.37 |
| HSL | 180.48º | 0.63% | 0.39% | - |
| HSV(B) | 180.48º | 0.77% | 0.63% | - |
| XYZ | 19.77 | 28.11 | 38.1 | - |
| YUV | 123.34 | 149.25 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 160 | 161 | 0.77 | 0.01 | 0 | 0.37 | 180.48 | 0.63 | 0.39 |
| Hex | 25 | A0 | A1 | 4D | 1 | 0 | 25 | B4 | 3F | 27 |
| Octal | 45 | 240 | 241 | 115 | 1 | 0 | 45 | 264 | 77 | 47 |
| Binary | 100101 | 10100000 | 10100001 | 1001101 | 1 | 0 | 100101 | 10110100 | 111111 | 100111 |
Color Harmonies of #25A0A1
Complementary color
Monochromatic Colors of #25A0A1
Black with #25A0A1
Text Example
Text Example
White with #25A0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A0A1; }
p { color: rgb(37,160,161); }
H1.HeaderClassName
{
color: #25A0A1;
}
.AnyTagClassName
{
color: #25A0A1;
}
</style>
background-color css
<style>
a { background-color: #25A0A1; }
a { background-color: rgb(37,160,161); }
div.DivClassName
{
background-color: #25A0A1;
}
.BgClassName
{
background-color: #25A0A1;
}
</style>
border-color css
<style>
span { border-color: #25A0A1; }
span { border-color: rgb(37,160,161); }
td.TdClassName
{
border-color: #25A0A1;
}
.TagClassName
{
border-color: #25A0A1;
}
</style>