Shades of Pelorous #25ADC0
Tints of Pelorous #25ADC0
RGB
CMYK
RGB Variations
Color information
#25ADC0 (or 0x25ADC0) is known color: Pelorous. HEX triplet: 25, AD and C0. RGB value is (37,173,192). Sum of RGB (Red+Green+Blue) = 37+173+192=402 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.20% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #25ADC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25ADC0 is #DA523F. Grayscale: #868686. Windows color (decimal): -14307904 or 12627237. OLE color: 12627237.
HSL color Cylindrical-coordinate representation of color #25ADC0: hue angle of 187.35º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25ADC0 is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 173 | 192 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.25 |
| HSL | 187.35º | 0.68% | 0.45% | - |
| HSV(B) | 187.35º | 0.81% | 0.75% | - |
| XYZ | 25.22 | 34.09 | 55.12 | - |
| YUV | 134.5 | 160.44 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 173 | 192 | 0.81 | 0.10 | 0 | 0.25 | 187.35 | 0.68 | 0.45 |
| Hex | 25 | AD | C0 | 51 | A | 0 | 19 | BB | 44 | 2D |
| Octal | 45 | 255 | 300 | 121 | 12 | 0 | 31 | 273 | 104 | 55 |
| Binary | 100101 | 10101101 | 11000000 | 1010001 | 1010 | 0 | 11001 | 10111011 | 1000100 | 101101 |
Color Harmonies of #25ADC0
Complementary color
Monochromatic Colors of #25ADC0
Black with #25ADC0
Text Example
Text Example
White with #25ADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ADC0; }
p { color: rgb(37,173,192); }
H1.HeaderClassName
{
color: #25ADC0;
}
.AnyTagClassName
{
color: #25ADC0;
}
</style>
background-color css
<style>
a { background-color: #25ADC0; }
a { background-color: rgb(37,173,192); }
div.DivClassName
{
background-color: #25ADC0;
}
.BgClassName
{
background-color: #25ADC0;
}
</style>
border-color css
<style>
span { border-color: #25ADC0; }
span { border-color: rgb(37,173,192); }
td.TdClassName
{
border-color: #25ADC0;
}
.TagClassName
{
border-color: #25ADC0;
}
</style>