Shades of Java #25A1A3
Tints of Java #25A1A3
RGB
CMYK
RGB Variations
Color information
#25A1A3 (or 0x25A1A3) is known color: Java. HEX triplet: 25, A1 and A3. RGB value is (37,161,163). Sum of RGB (Red+Green+Blue) = 37+161+163=361 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.25% from 361); Green value is 161 (63.28% from 255 or 44.60% from 361); Blue value is 163 (64.06% from 255 or 45.15% from 361); Max value from RGB is 163 - color contains mainly: blue. Hex color #25A1A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A1A3 is #DA5E5C. Grayscale: #7C7C7C. Windows color (decimal): -14311005 or 10723621. OLE color: 10723621.
HSL color Cylindrical-coordinate representation of color #25A1A3: hue angle of 180.95º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25A1A3 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 37 | 161 | 163 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.36 |
| HSL | 180.95º | 0.63% | 0.39% | - |
| HSV(B) | 180.95º | 0.77% | 0.64% | - |
| XYZ | 20.12 | 28.53 | 39.1 | - |
| YUV | 124.15 | 149.92 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 161 | 163 | 0.77 | 0.01 | 0 | 0.36 | 180.95 | 0.63 | 0.39 |
| Hex | 25 | A1 | A3 | 4D | 1 | 0 | 24 | B5 | 3F | 27 |
| Octal | 45 | 241 | 243 | 115 | 1 | 0 | 44 | 265 | 77 | 47 |
| Binary | 100101 | 10100001 | 10100011 | 1001101 | 1 | 0 | 100100 | 10110101 | 111111 | 100111 |
Color Harmonies of #25A1A3
Complementary color
Monochromatic Colors of #25A1A3
Black with #25A1A3
Text Example
Text Example
White with #25A1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A1A3; }
p { color: rgb(37,161,163); }
H1.HeaderClassName
{
color: #25A1A3;
}
.AnyTagClassName
{
color: #25A1A3;
}
</style>
background-color css
<style>
a { background-color: #25A1A3; }
a { background-color: rgb(37,161,163); }
div.DivClassName
{
background-color: #25A1A3;
}
.BgClassName
{
background-color: #25A1A3;
}
</style>
border-color css
<style>
span { border-color: #25A1A3; }
span { border-color: rgb(37,161,163); }
td.TdClassName
{
border-color: #25A1A3;
}
.TagClassName
{
border-color: #25A1A3;
}
</style>