Shades of Pelorous #20ABBF
Tints of Pelorous #20ABBF
RGB
CMYK
RGB Variations
Color information
#20ABBF (or 0x20ABBF) is known color: Pelorous. HEX triplet: 20, AB and BF. RGB value is (32,171,191). Sum of RGB (Red+Green+Blue) = 32+171+191=394 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.12% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #20ABBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ABBF is #DF5440. Grayscale: #838383. Windows color (decimal): -14636097 or 12561184. OLE color: 12561184.
HSL color Cylindrical-coordinate representation of color #20ABBF: hue angle of 187.55º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20ABBF is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 171 | 191 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.25 |
| HSL | 187.55º | 0.71% | 0.44% | - |
| HSV(B) | 187.55º | 0.83% | 0.75% | - |
| XYZ | 24.56 | 33.19 | 54.4 | - |
| YUV | 131.72 | 161.45 | 56.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 191 | 0.83 | 0.10 | 0 | 0.25 | 187.55 | 0.71 | 0.44 |
| Hex | 20 | AB | BF | 53 | A | 0 | 19 | BC | 47 | 2C |
| Octal | 40 | 253 | 277 | 123 | 12 | 0 | 31 | 274 | 107 | 54 |
| Binary | 100000 | 10101011 | 10111111 | 1010011 | 1010 | 0 | 11001 | 10111100 | 1000111 | 101100 |
Color Harmonies of #20ABBF
Complementary color
Monochromatic Colors of #20ABBF
Black with #20ABBF
Text Example
Text Example
White with #20ABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ABBF; }
p { color: rgb(32,171,191); }
H1.HeaderClassName
{
color: #20ABBF;
}
.AnyTagClassName
{
color: #20ABBF;
}
</style>
background-color css
<style>
a { background-color: #20ABBF; }
a { background-color: rgb(32,171,191); }
div.DivClassName
{
background-color: #20ABBF;
}
.BgClassName
{
background-color: #20ABBF;
}
</style>
border-color css
<style>
span { border-color: #20ABBF; }
span { border-color: rgb(32,171,191); }
td.TdClassName
{
border-color: #20ABBF;
}
.TagClassName
{
border-color: #20ABBF;
}
</style>