Shades of Pelorous #25ABBE
Tints of Pelorous #25ABBE
RGB
CMYK
RGB Variations
Color information
#25ABBE (or 0x25ABBE) is known color: Pelorous. HEX triplet: 25, AB and BE. RGB value is (37,171,190). Sum of RGB (Red+Green+Blue) = 37+171+190=398 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.30% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #25ABBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25ABBE is #DA5441. Grayscale: #848484. Windows color (decimal): -14308418 or 12495653. OLE color: 12495653.
HSL color Cylindrical-coordinate representation of color #25ABBE: hue angle of 187.45º degrees, saturation: 0.67, 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 #25ABBE is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 171 | 190 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.25 |
| HSL | 187.45º | 0.67% | 0.45% | - |
| HSV(B) | 187.45º | 0.81% | 0.75% | - |
| XYZ | 24.62 | 33.24 | 53.83 | - |
| YUV | 133.1 | 160.11 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 171 | 190 | 0.81 | 0.10 | 0 | 0.25 | 187.45 | 0.67 | 0.45 |
| Hex | 25 | AB | BE | 51 | A | 0 | 19 | BB | 43 | 2D |
| Octal | 45 | 253 | 276 | 121 | 12 | 0 | 31 | 273 | 103 | 55 |
| Binary | 100101 | 10101011 | 10111110 | 1010001 | 1010 | 0 | 11001 | 10111011 | 1000011 | 101101 |
Color Harmonies of #25ABBE
Complementary color
Monochromatic Colors of #25ABBE
Black with #25ABBE
Text Example
Text Example
White with #25ABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ABBE; }
p { color: rgb(37,171,190); }
H1.HeaderClassName
{
color: #25ABBE;
}
.AnyTagClassName
{
color: #25ABBE;
}
</style>
background-color css
<style>
a { background-color: #25ABBE; }
a { background-color: rgb(37,171,190); }
div.DivClassName
{
background-color: #25ABBE;
}
.BgClassName
{
background-color: #25ABBE;
}
</style>
border-color css
<style>
span { border-color: #25ABBE; }
span { border-color: rgb(37,171,190); }
td.TdClassName
{
border-color: #25ABBE;
}
.TagClassName
{
border-color: #25ABBE;
}
</style>