Shades of Pelorous #2D9CAA
Tints of Pelorous #2D9CAA
RGB
CMYK
RGB Variations
Color information
#2D9CAA (or 0x2D9CAA) is known color: Pelorous. HEX triplet: 2D, 9C and AA. RGB value is (45,156,170). Sum of RGB (Red+Green+Blue) = 45+156+170=371 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.13% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #2D9CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9CAA is #D26355. Grayscale: #7C7C7C. Windows color (decimal): -13787990 or 11181101. OLE color: 11181101.
HSL color Cylindrical-coordinate representation of color #2D9CAA: hue angle of 186.72º degrees, saturation: 0.58, 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 #2D9CAA is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 156 | 170 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.33 |
| HSL | 186.72º | 0.58% | 0.42% | - |
| HSV(B) | 186.72º | 0.74% | 0.67% | - |
| XYZ | 20.23 | 27.24 | 42.22 | - |
| YUV | 124.41 | 153.73 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 156 | 170 | 0.74 | 0.08 | 0 | 0.33 | 186.72 | 0.58 | 0.42 |
| Hex | 2D | 9C | AA | 4A | 8 | 0 | 21 | BB | 3A | 2A |
| Octal | 55 | 234 | 252 | 112 | 10 | 0 | 41 | 273 | 72 | 52 |
| Binary | 101101 | 10011100 | 10101010 | 1001010 | 1000 | 0 | 100001 | 10111011 | 111010 | 101010 |
Color Harmonies of #2D9CAA
Complementary color
Monochromatic Colors of #2D9CAA
Black with #2D9CAA
Text Example
Text Example
White with #2D9CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9CAA; }
p { color: rgb(45,156,170); }
H1.HeaderClassName
{
color: #2D9CAA;
}
.AnyTagClassName
{
color: #2D9CAA;
}
</style>
background-color css
<style>
a { background-color: #2D9CAA; }
a { background-color: rgb(45,156,170); }
div.DivClassName
{
background-color: #2D9CAA;
}
.BgClassName
{
background-color: #2D9CAA;
}
</style>
border-color css
<style>
span { border-color: #2D9CAA; }
span { border-color: rgb(45,156,170); }
td.TdClassName
{
border-color: #2D9CAA;
}
.TagClassName
{
border-color: #2D9CAA;
}
</style>