Shades of Pelorous #25A2BA
Tints of Pelorous #25A2BA
RGB
CMYK
RGB Variations
Color information
#25A2BA (or 0x25A2BA) is known color: Pelorous. HEX triplet: 25, A2 and BA. RGB value is (37,162,186). Sum of RGB (Red+Green+Blue) = 37+162+186=385 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.61% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #25A2BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A2BA is #DA5D45. Grayscale: #7F7F7F. Windows color (decimal): -14310726 or 12231205. OLE color: 12231205.
HSL color Cylindrical-coordinate representation of color #25A2BA: hue angle of 189.66º 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 #25A2BA is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 162 | 186 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.27 |
| HSL | 189.66º | 0.67% | 0.44% | - |
| HSV(B) | 189.66º | 0.8% | 0.73% | - |
| XYZ | 22.55 | 29.78 | 51.01 | - |
| YUV | 127.36 | 161.09 | 63.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 162 | 186 | 0.80 | 0.13 | 0 | 0.27 | 189.66 | 0.67 | 0.44 |
| Hex | 25 | A2 | BA | 50 | D | 0 | 1B | BE | 43 | 2C |
| Octal | 45 | 242 | 272 | 120 | 15 | 0 | 33 | 276 | 103 | 54 |
| Binary | 100101 | 10100010 | 10111010 | 1010000 | 1101 | 0 | 11011 | 10111110 | 1000011 | 101100 |
Color Harmonies of #25A2BA
Complementary color
Monochromatic Colors of #25A2BA
Black with #25A2BA
Text Example
Text Example
White with #25A2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A2BA; }
p { color: rgb(37,162,186); }
H1.HeaderClassName
{
color: #25A2BA;
}
.AnyTagClassName
{
color: #25A2BA;
}
</style>
background-color css
<style>
a { background-color: #25A2BA; }
a { background-color: rgb(37,162,186); }
div.DivClassName
{
background-color: #25A2BA;
}
.BgClassName
{
background-color: #25A2BA;
}
</style>
border-color css
<style>
span { border-color: #25A2BA; }
span { border-color: rgb(37,162,186); }
td.TdClassName
{
border-color: #25A2BA;
}
.TagClassName
{
border-color: #25A2BA;
}
</style>