Shades of Pelorous #25AABA
Tints of Pelorous #25AABA
RGB
CMYK
RGB Variations
Color information
#25AABA (or 0x25AABA) is known color: Pelorous. HEX triplet: 25, AA and BA. RGB value is (37,170,186). Sum of RGB (Red+Green+Blue) = 37+170+186=393 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.41% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #25AABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25AABA is #DA5545. Grayscale: #838383. Windows color (decimal): -14308678 or 12233253. OLE color: 12233253.
HSL color Cylindrical-coordinate representation of color #25AABA: hue angle of 186.44º 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 #25AABA is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 170 | 186 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.27 |
| HSL | 186.44º | 0.67% | 0.44% | - |
| HSV(B) | 186.44º | 0.8% | 0.73% | - |
| XYZ | 24 | 32.69 | 51.5 | - |
| YUV | 132.06 | 158.44 | 60.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 170 | 186 | 0.80 | 0.09 | 0 | 0.27 | 186.44 | 0.67 | 0.44 |
| Hex | 25 | AA | BA | 50 | 9 | 0 | 1B | BA | 43 | 2C |
| Octal | 45 | 252 | 272 | 120 | 11 | 0 | 33 | 272 | 103 | 54 |
| Binary | 100101 | 10101010 | 10111010 | 1010000 | 1001 | 0 | 11011 | 10111010 | 1000011 | 101100 |
Color Harmonies of #25AABA
Complementary color
Monochromatic Colors of #25AABA
Black with #25AABA
Text Example
Text Example
White with #25AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AABA; }
p { color: rgb(37,170,186); }
H1.HeaderClassName
{
color: #25AABA;
}
.AnyTagClassName
{
color: #25AABA;
}
</style>
background-color css
<style>
a { background-color: #25AABA; }
a { background-color: rgb(37,170,186); }
div.DivClassName
{
background-color: #25AABA;
}
.BgClassName
{
background-color: #25AABA;
}
</style>
border-color css
<style>
span { border-color: #25AABA; }
span { border-color: rgb(37,170,186); }
td.TdClassName
{
border-color: #25AABA;
}
.TagClassName
{
border-color: #25AABA;
}
</style>