Shades of Pelorous #25ABC6
Tints of Pelorous #25ABC6
RGB
CMYK
RGB Variations
Color information
#25ABC6 (or 0x25ABC6) is known color: Pelorous. HEX triplet: 25, AB and C6. RGB value is (37,171,198). Sum of RGB (Red+Green+Blue) = 37+171+198=406 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.11% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #25ABC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25ABC6 is #DA5439. Grayscale: #858585. Windows color (decimal): -14308410 or 13019941. OLE color: 13019941.
HSL color Cylindrical-coordinate representation of color #25ABC6: hue angle of 190.06º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25ABC6 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 37 | 171 | 198 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.22 |
| HSL | 190.06º | 0.69% | 0.46% | - |
| HSV(B) | 190.06º | 0.81% | 0.78% | - |
| XYZ | 25.52 | 33.6 | 58.57 | - |
| YUV | 134.01 | 164.11 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 171 | 198 | 0.81 | 0.14 | 0 | 0.22 | 190.06 | 0.69 | 0.46 |
| Hex | 25 | AB | C6 | 51 | E | 0 | 16 | BE | 45 | 2E |
| Octal | 45 | 253 | 306 | 121 | 16 | 0 | 26 | 276 | 105 | 56 |
| Binary | 100101 | 10101011 | 11000110 | 1010001 | 1110 | 0 | 10110 | 10111110 | 1000101 | 101110 |
Color Harmonies of #25ABC6
Complementary color
Monochromatic Colors of #25ABC6
Black with #25ABC6
Text Example
Text Example
White with #25ABC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ABC6; }
p { color: rgb(37,171,198); }
H1.HeaderClassName
{
color: #25ABC6;
}
.AnyTagClassName
{
color: #25ABC6;
}
</style>
background-color css
<style>
a { background-color: #25ABC6; }
a { background-color: rgb(37,171,198); }
div.DivClassName
{
background-color: #25ABC6;
}
.BgClassName
{
background-color: #25ABC6;
}
</style>
border-color css
<style>
span { border-color: #25ABC6; }
span { border-color: rgb(37,171,198); }
td.TdClassName
{
border-color: #25ABC6;
}
.TagClassName
{
border-color: #25ABC6;
}
</style>