Shades of Pelorous #2C99AC
Tints of Pelorous #2C99AC
RGB
CMYK
RGB Variations
Color information
#2C99AC (or 0x2C99AC) is known color: Pelorous. HEX triplet: 2C, 99 and AC. RGB value is (44,153,172). Sum of RGB (Red+Green+Blue) = 44+153+172=369 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.92% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #2C99AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C99AC is #D36653. Grayscale: #7A7A7A. Windows color (decimal): -13854292 or 11311404. OLE color: 11311404.
HSL color Cylindrical-coordinate representation of color #2C99AC: hue angle of 188.91º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C99AC is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 153 | 172 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.33 |
| HSL | 188.91º | 0.59% | 0.42% | - |
| HSV(B) | 188.91º | 0.74% | 0.67% | - |
| XYZ | 19.88 | 26.3 | 43.06 | - |
| YUV | 122.58 | 155.89 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 153 | 172 | 0.74 | 0.11 | 0 | 0.33 | 188.91 | 0.59 | 0.42 |
| Hex | 2C | 99 | AC | 4A | B | 0 | 21 | BD | 3B | 2A |
| Octal | 54 | 231 | 254 | 112 | 13 | 0 | 41 | 275 | 73 | 52 |
| Binary | 101100 | 10011001 | 10101100 | 1001010 | 1011 | 0 | 100001 | 10111101 | 111011 | 101010 |
Color Harmonies of #2C99AC
Complementary color
Monochromatic Colors of #2C99AC
Black with #2C99AC
Text Example
Text Example
White with #2C99AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C99AC; }
p { color: rgb(44,153,172); }
H1.HeaderClassName
{
color: #2C99AC;
}
.AnyTagClassName
{
color: #2C99AC;
}
</style>
background-color css
<style>
a { background-color: #2C99AC; }
a { background-color: rgb(44,153,172); }
div.DivClassName
{
background-color: #2C99AC;
}
.BgClassName
{
background-color: #2C99AC;
}
</style>
border-color css
<style>
span { border-color: #2C99AC; }
span { border-color: rgb(44,153,172); }
td.TdClassName
{
border-color: #2C99AC;
}
.TagClassName
{
border-color: #2C99AC;
}
</style>