Shades of Pelorous #208EAB
Tints of Pelorous #208EAB
RGB
CMYK
RGB Variations
Color information
#208EAB (or 0x208EAB) is known color: Pelorous. HEX triplet: 20, 8E and AB. RGB value is (32,142,171). Sum of RGB (Red+Green+Blue) = 32+142+171=345 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.28% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #208EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208EAB is #DF7154. Grayscale: #707070. Windows color (decimal): -14643541 or 11243040. OLE color: 11243040.
HSL color Cylindrical-coordinate representation of color #208EAB: hue angle of 192.52º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #208EAB is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 142 | 171 | - |
| CMYK | 0.81 | 0.17 | 0 | 0.33 |
| HSL | 192.52º | 0.68% | 0.4% | - |
| HSV(B) | 192.52º | 0.81% | 0.67% | - |
| XYZ | 17.62 | 22.59 | 41.96 | - |
| YUV | 112.42 | 161.06 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 142 | 171 | 0.81 | 0.17 | 0 | 0.33 | 192.52 | 0.68 | 0.4 |
| Hex | 20 | 8E | AB | 51 | 11 | 0 | 21 | C1 | 44 | 28 |
| Octal | 40 | 216 | 253 | 121 | 21 | 0 | 41 | 301 | 104 | 50 |
| Binary | 100000 | 10001110 | 10101011 | 1010001 | 10001 | 0 | 100001 | 11000001 | 1000100 | 101000 |
Color Harmonies of #208EAB
Complementary color
Monochromatic Colors of #208EAB
Black with #208EAB
Text Example
Text Example
White with #208EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208EAB; }
p { color: rgb(32,142,171); }
H1.HeaderClassName
{
color: #208EAB;
}
.AnyTagClassName
{
color: #208EAB;
}
</style>
background-color css
<style>
a { background-color: #208EAB; }
a { background-color: rgb(32,142,171); }
div.DivClassName
{
background-color: #208EAB;
}
.BgClassName
{
background-color: #208EAB;
}
</style>
border-color css
<style>
span { border-color: #208EAB; }
span { border-color: rgb(32,142,171); }
td.TdClassName
{
border-color: #208EAB;
}
.TagClassName
{
border-color: #208EAB;
}
</style>