Shades of Pelorous #2DABB6
Tints of Pelorous #2DABB6
RGB
CMYK
RGB Variations
Color information
#2DABB6 (or 0x2DABB6) is known color: Pelorous. HEX triplet: 2D, AB and B6. RGB value is (45,171,182). Sum of RGB (Red+Green+Blue) = 45+171+182=398 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.31% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 182 (71.48% from 255 or 45.73% from 398); Max value from RGB is 182 - color contains mainly: blue. Hex color #2DABB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DABB6 is #D25449. Grayscale: #868686. Windows color (decimal): -13784138 or 11971373. OLE color: 11971373.
HSL color Cylindrical-coordinate representation of color #2DABB6: hue angle of 184.82º 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 #2DABB6 is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 171 | 182 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.29 |
| HSL | 184.82º | 0.6% | 0.45% | - |
| HSV(B) | 184.82º | 0.75% | 0.71% | - |
| XYZ | 24.09 | 33.06 | 49.37 | - |
| YUV | 134.58 | 154.76 | 64.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 171 | 182 | 0.75 | 0.06 | 0 | 0.29 | 184.82 | 0.6 | 0.45 |
| Hex | 2D | AB | B6 | 4B | 6 | 0 | 1D | B9 | 3C | 2D |
| Octal | 55 | 253 | 266 | 113 | 6 | 0 | 35 | 271 | 74 | 55 |
| Binary | 101101 | 10101011 | 10110110 | 1001011 | 110 | 0 | 11101 | 10111001 | 111100 | 101101 |
Color Harmonies of #2DABB6
Complementary color
Monochromatic Colors of #2DABB6
Black with #2DABB6
Text Example
Text Example
White with #2DABB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DABB6; }
p { color: rgb(45,171,182); }
H1.HeaderClassName
{
color: #2DABB6;
}
.AnyTagClassName
{
color: #2DABB6;
}
</style>
background-color css
<style>
a { background-color: #2DABB6; }
a { background-color: rgb(45,171,182); }
div.DivClassName
{
background-color: #2DABB6;
}
.BgClassName
{
background-color: #2DABB6;
}
</style>
border-color css
<style>
span { border-color: #2DABB6; }
span { border-color: rgb(45,171,182); }
td.TdClassName
{
border-color: #2DABB6;
}
.TagClassName
{
border-color: #2DABB6;
}
</style>