Shades of Pelorous #25A4B4
Tints of Pelorous #25A4B4
RGB
CMYK
RGB Variations
Color information
#25A4B4 (or 0x25A4B4) is known color: Pelorous. HEX triplet: 25, A4 and B4. RGB value is (37,164,180). Sum of RGB (Red+Green+Blue) = 37+164+180=381 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.71% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 180 (70.70% from 255 or 47.24% from 381); Max value from RGB is 180 - color contains mainly: blue. Hex color #25A4B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A4B4 is #DA5B4B. Grayscale: #7F7F7F. Windows color (decimal): -14310220 or 11838501. OLE color: 11838501.
HSL color Cylindrical-coordinate representation of color #25A4B4: hue angle of 186.71º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25A4B4 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 164 | 180 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.29 |
| HSL | 186.71º | 0.66% | 0.43% | - |
| HSV(B) | 186.71º | 0.79% | 0.71% | - |
| XYZ | 22.28 | 30.24 | 47.84 | - |
| YUV | 127.85 | 157.42 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 164 | 180 | 0.79 | 0.09 | 0 | 0.29 | 186.71 | 0.66 | 0.43 |
| Hex | 25 | A4 | B4 | 4F | 9 | 0 | 1D | BB | 42 | 2B |
| Octal | 45 | 244 | 264 | 117 | 11 | 0 | 35 | 273 | 102 | 53 |
| Binary | 100101 | 10100100 | 10110100 | 1001111 | 1001 | 0 | 11101 | 10111011 | 1000010 | 101011 |
Color Harmonies of #25A4B4
Complementary color
Monochromatic Colors of #25A4B4
Black with #25A4B4
Text Example
Text Example
White with #25A4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A4B4; }
p { color: rgb(37,164,180); }
H1.HeaderClassName
{
color: #25A4B4;
}
.AnyTagClassName
{
color: #25A4B4;
}
</style>
background-color css
<style>
a { background-color: #25A4B4; }
a { background-color: rgb(37,164,180); }
div.DivClassName
{
background-color: #25A4B4;
}
.BgClassName
{
background-color: #25A4B4;
}
</style>
border-color css
<style>
span { border-color: #25A4B4; }
span { border-color: rgb(37,164,180); }
td.TdClassName
{
border-color: #25A4B4;
}
.TagClassName
{
border-color: #25A4B4;
}
</style>