Shades of Pelorous #2DAAB6
Tints of Pelorous #2DAAB6
RGB
CMYK
RGB Variations
Color information
#2DAAB6 (or 0x2DAAB6) is known color: Pelorous. HEX triplet: 2D, AA and B6. RGB value is (45,170,182). Sum of RGB (Red+Green+Blue) = 45+170+182=397 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.34% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 182 (71.48% from 255 or 45.84% from 397); Max value from RGB is 182 - color contains mainly: blue. Hex color #2DAAB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DAAB6 is #D25549. Grayscale: #858585. Windows color (decimal): -13784394 or 11971117. OLE color: 11971117.
HSL color Cylindrical-coordinate representation of color #2DAAB6: hue angle of 185.26º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DAAB6 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 170 | 182 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.29 |
| HSL | 185.26º | 0.6% | 0.45% | - |
| HSV(B) | 185.26º | 0.75% | 0.71% | - |
| XYZ | 23.9 | 32.68 | 49.31 | - |
| YUV | 133.99 | 155.09 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 170 | 182 | 0.75 | 0.07 | 0 | 0.29 | 185.26 | 0.6 | 0.45 |
| Hex | 2D | AA | B6 | 4B | 7 | 0 | 1D | B9 | 3C | 2D |
| Octal | 55 | 252 | 266 | 113 | 7 | 0 | 35 | 271 | 74 | 55 |
| Binary | 101101 | 10101010 | 10110110 | 1001011 | 111 | 0 | 11101 | 10111001 | 111100 | 101101 |
Color Harmonies of #2DAAB6
Complementary color
Monochromatic Colors of #2DAAB6
Black with #2DAAB6
Text Example
Text Example
White with #2DAAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAAB6; }
p { color: rgb(45,170,182); }
H1.HeaderClassName
{
color: #2DAAB6;
}
.AnyTagClassName
{
color: #2DAAB6;
}
</style>
background-color css
<style>
a { background-color: #2DAAB6; }
a { background-color: rgb(45,170,182); }
div.DivClassName
{
background-color: #2DAAB6;
}
.BgClassName
{
background-color: #2DAAB6;
}
</style>
border-color css
<style>
span { border-color: #2DAAB6; }
span { border-color: rgb(45,170,182); }
td.TdClassName
{
border-color: #2DAAB6;
}
.TagClassName
{
border-color: #2DAAB6;
}
</style>