Shades of Pelorous #25A0BA
Tints of Pelorous #25A0BA
RGB
CMYK
RGB Variations
Color information
#25A0BA (or 0x25A0BA) is known color: Pelorous. HEX triplet: 25, A0 and BA. RGB value is (37,160,186). Sum of RGB (Red+Green+Blue) = 37+160+186=383 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.66% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #25A0BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A0BA is #DA5F45. Grayscale: #7D7D7D. Windows color (decimal): -14311238 or 12230693. OLE color: 12230693.
HSL color Cylindrical-coordinate representation of color #25A0BA: hue angle of 190.47º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25A0BA is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 160 | 186 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.27 |
| HSL | 190.47º | 0.67% | 0.44% | - |
| HSV(B) | 190.47º | 0.8% | 0.73% | - |
| XYZ | 22.2 | 29.08 | 50.9 | - |
| YUV | 126.19 | 161.75 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 160 | 186 | 0.80 | 0.14 | 0 | 0.27 | 190.47 | 0.67 | 0.44 |
| Hex | 25 | A0 | BA | 50 | E | 0 | 1B | BE | 43 | 2C |
| Octal | 45 | 240 | 272 | 120 | 16 | 0 | 33 | 276 | 103 | 54 |
| Binary | 100101 | 10100000 | 10111010 | 1010000 | 1110 | 0 | 11011 | 10111110 | 1000011 | 101100 |
Color Harmonies of #25A0BA
Complementary color
Monochromatic Colors of #25A0BA
Black with #25A0BA
Text Example
Text Example
White with #25A0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A0BA; }
p { color: rgb(37,160,186); }
H1.HeaderClassName
{
color: #25A0BA;
}
.AnyTagClassName
{
color: #25A0BA;
}
</style>
background-color css
<style>
a { background-color: #25A0BA; }
a { background-color: rgb(37,160,186); }
div.DivClassName
{
background-color: #25A0BA;
}
.BgClassName
{
background-color: #25A0BA;
}
</style>
border-color css
<style>
span { border-color: #25A0BA; }
span { border-color: rgb(37,160,186); }
td.TdClassName
{
border-color: #25A0BA;
}
.TagClassName
{
border-color: #25A0BA;
}
</style>