Shades of Pelorous #22ABC5
Tints of Pelorous #22ABC5
RGB
CMYK
RGB Variations
Color information
#22ABC5 (or 0x22ABC5) is known color: Pelorous. HEX triplet: 22, AB and C5. RGB value is (34,171,197). Sum of RGB (Red+Green+Blue) = 34+171+197=402 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.46% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 197 (77.34% from 255 or 49.00% from 402); Max value from RGB is 197 - color contains mainly: blue. Hex color #22ABC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #22ABC5 is #DD543A. Grayscale: #848484. Windows color (decimal): -14505019 or 12954402. OLE color: 12954402.
HSL color Cylindrical-coordinate representation of color #22ABC5: hue angle of 189.57º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22ABC5 is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 171 | 197 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.23 |
| HSL | 189.57º | 0.71% | 0.45% | - |
| HSV(B) | 189.57º | 0.83% | 0.77% | - |
| XYZ | 25.3 | 33.5 | 57.96 | - |
| YUV | 133 | 164.11 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 171 | 197 | 0.83 | 0.13 | 0 | 0.23 | 189.57 | 0.71 | 0.45 |
| Hex | 22 | AB | C5 | 53 | D | 0 | 17 | BE | 47 | 2D |
| Octal | 42 | 253 | 305 | 123 | 15 | 0 | 27 | 276 | 107 | 55 |
| Binary | 100010 | 10101011 | 11000101 | 1010011 | 1101 | 0 | 10111 | 10111110 | 1000111 | 101101 |
Color Harmonies of #22ABC5
Complementary color
Monochromatic Colors of #22ABC5
Black with #22ABC5
Text Example
Text Example
White with #22ABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22ABC5; }
p { color: rgb(34,171,197); }
H1.HeaderClassName
{
color: #22ABC5;
}
.AnyTagClassName
{
color: #22ABC5;
}
</style>
background-color css
<style>
a { background-color: #22ABC5; }
a { background-color: rgb(34,171,197); }
div.DivClassName
{
background-color: #22ABC5;
}
.BgClassName
{
background-color: #22ABC5;
}
</style>
border-color css
<style>
span { border-color: #22ABC5; }
span { border-color: rgb(34,171,197); }
td.TdClassName
{
border-color: #22ABC5;
}
.TagClassName
{
border-color: #22ABC5;
}
</style>