Shades of Pelorous #229EAB
Tints of Pelorous #229EAB
RGB
CMYK
RGB Variations
Color information
#229EAB (or 0x229EAB) is known color: Pelorous. HEX triplet: 22, 9E and AB. RGB value is (34,158,171). Sum of RGB (Red+Green+Blue) = 34+158+171=363 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.37% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #229EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229EAB is #DD6154. Grayscale: #7A7A7A. Windows color (decimal): -14508373 or 11247138. OLE color: 11247138.
HSL color Cylindrical-coordinate representation of color #229EAB: hue angle of 185.69º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #229EAB is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 158 | 171 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.33 |
| HSL | 185.69º | 0.67% | 0.4% | - |
| HSV(B) | 185.69º | 0.8% | 0.67% | - |
| XYZ | 20.24 | 27.73 | 42.81 | - |
| YUV | 122.41 | 155.42 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 158 | 171 | 0.80 | 0.08 | 0 | 0.33 | 185.69 | 0.67 | 0.4 |
| Hex | 22 | 9E | AB | 50 | 8 | 0 | 21 | BA | 43 | 28 |
| Octal | 42 | 236 | 253 | 120 | 10 | 0 | 41 | 272 | 103 | 50 |
| Binary | 100010 | 10011110 | 10101011 | 1010000 | 1000 | 0 | 100001 | 10111010 | 1000011 | 101000 |
Color Harmonies of #229EAB
Complementary color
Monochromatic Colors of #229EAB
Black with #229EAB
Text Example
Text Example
White with #229EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229EAB; }
p { color: rgb(34,158,171); }
H1.HeaderClassName
{
color: #229EAB;
}
.AnyTagClassName
{
color: #229EAB;
}
</style>
background-color css
<style>
a { background-color: #229EAB; }
a { background-color: rgb(34,158,171); }
div.DivClassName
{
background-color: #229EAB;
}
.BgClassName
{
background-color: #229EAB;
}
</style>
border-color css
<style>
span { border-color: #229EAB; }
span { border-color: rgb(34,158,171); }
td.TdClassName
{
border-color: #229EAB;
}
.TagClassName
{
border-color: #229EAB;
}
</style>