Shades of Java #25A0A5
Tints of Java #25A0A5
RGB
CMYK
RGB Variations
Color information
#25A0A5 (or 0x25A0A5) is known color: Java. HEX triplet: 25, A0 and A5. RGB value is (37,160,165). Sum of RGB (Red+Green+Blue) = 37+160+165=362 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.22% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 165 (64.84% from 255 or 45.58% from 362); Max value from RGB is 165 - color contains mainly: blue. Hex color #25A0A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A0A5 is #DA5F5A. Grayscale: #7B7B7B. Windows color (decimal): -14311259 or 10854437. OLE color: 10854437.
HSL color Cylindrical-coordinate representation of color #25A0A5: hue angle of 182.34º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25A0A5 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 37 | 160 | 165 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.35 |
| HSL | 182.34º | 0.63% | 0.4% | - |
| HSV(B) | 182.34º | 0.78% | 0.65% | - |
| XYZ | 20.13 | 28.25 | 39.99 | - |
| YUV | 123.79 | 151.25 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 160 | 165 | 0.78 | 0.03 | 0 | 0.35 | 182.34 | 0.63 | 0.4 |
| Hex | 25 | A0 | A5 | 4E | 3 | 0 | 23 | B6 | 3F | 28 |
| Octal | 45 | 240 | 245 | 116 | 3 | 0 | 43 | 266 | 77 | 50 |
| Binary | 100101 | 10100000 | 10100101 | 1001110 | 11 | 0 | 100011 | 10110110 | 111111 | 101000 |
Color Harmonies of #25A0A5
Complementary color
Monochromatic Colors of #25A0A5
Black with #25A0A5
Text Example
Text Example
White with #25A0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A0A5; }
p { color: rgb(37,160,165); }
H1.HeaderClassName
{
color: #25A0A5;
}
.AnyTagClassName
{
color: #25A0A5;
}
</style>
background-color css
<style>
a { background-color: #25A0A5; }
a { background-color: rgb(37,160,165); }
div.DivClassName
{
background-color: #25A0A5;
}
.BgClassName
{
background-color: #25A0A5;
}
</style>
border-color css
<style>
span { border-color: #25A0A5; }
span { border-color: rgb(37,160,165); }
td.TdClassName
{
border-color: #25A0A5;
}
.TagClassName
{
border-color: #25A0A5;
}
</style>