Shades of Pelorous #2099A6
Tints of Pelorous #2099A6
RGB
CMYK
RGB Variations
Color information
#2099A6 (or 0x2099A6) is known color: Pelorous. HEX triplet: 20, 99 and A6. RGB value is (32,153,166). Sum of RGB (Red+Green+Blue) = 32+153+166=351 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.12% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 166 (65.23% from 255 or 47.29% from 351); Max value from RGB is 166 - color contains mainly: blue. Hex color #2099A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2099A6 is #DF6659. Grayscale: #767676. Windows color (decimal): -14640730 or 10918176. OLE color: 10918176.
HSL color Cylindrical-coordinate representation of color #2099A6: hue angle of 185.82º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2099A6 is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 32 | 153 | 166 | - |
| CMYK | 0.81 | 0.08 | 0 | 0.35 |
| HSL | 185.82º | 0.68% | 0.39% | - |
| HSV(B) | 185.82º | 0.81% | 0.65% | - |
| XYZ | 18.87 | 25.84 | 40.07 | - |
| YUV | 118.3 | 154.91 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 153 | 166 | 0.81 | 0.08 | 0 | 0.35 | 185.82 | 0.68 | 0.39 |
| Hex | 20 | 99 | A6 | 51 | 8 | 0 | 23 | BA | 44 | 27 |
| Octal | 40 | 231 | 246 | 121 | 10 | 0 | 43 | 272 | 104 | 47 |
| Binary | 100000 | 10011001 | 10100110 | 1010001 | 1000 | 0 | 100011 | 10111010 | 1000100 | 100111 |
Color Harmonies of #2099A6
Complementary color
Monochromatic Colors of #2099A6
Black with #2099A6
Text Example
Text Example
White with #2099A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2099A6; }
p { color: rgb(32,153,166); }
H1.HeaderClassName
{
color: #2099A6;
}
.AnyTagClassName
{
color: #2099A6;
}
</style>
background-color css
<style>
a { background-color: #2099A6; }
a { background-color: rgb(32,153,166); }
div.DivClassName
{
background-color: #2099A6;
}
.BgClassName
{
background-color: #2099A6;
}
</style>
border-color css
<style>
span { border-color: #2099A6; }
span { border-color: rgb(32,153,166); }
td.TdClassName
{
border-color: #2099A6;
}
.TagClassName
{
border-color: #2099A6;
}
</style>