Shades of Pelorous #2DADBF
Tints of Pelorous #2DADBF
RGB
CMYK
RGB Variations
Color information
#2DADBF (or 0x2DADBF) is known color: Pelorous. HEX triplet: 2D, AD and BF. RGB value is (45,173,191). Sum of RGB (Red+Green+Blue) = 45+173+191=409 (54% of max value = 765). Red value is 45 (17.97% from 255 or 11.00% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #2DADBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DADBF is #D25240. Grayscale: #888888. Windows color (decimal): -13783617 or 12561709. OLE color: 12561709.
HSL color Cylindrical-coordinate representation of color #2DADBF: hue angle of 187.4º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DADBF is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 173 | 191 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.25 |
| HSL | 187.4º | 0.62% | 0.46% | - |
| HSV(B) | 187.4º | 0.76% | 0.75% | - |
| XYZ | 25.43 | 34.21 | 54.55 | - |
| YUV | 136.78 | 158.59 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 173 | 191 | 0.76 | 0.09 | 0 | 0.25 | 187.4 | 0.62 | 0.46 |
| Hex | 2D | AD | BF | 4C | 9 | 0 | 19 | BB | 3E | 2E |
| Octal | 55 | 255 | 277 | 114 | 11 | 0 | 31 | 273 | 76 | 56 |
| Binary | 101101 | 10101101 | 10111111 | 1001100 | 1001 | 0 | 11001 | 10111011 | 111110 | 101110 |
Color Harmonies of #2DADBF
Complementary color
Monochromatic Colors of #2DADBF
Black with #2DADBF
Text Example
Text Example
White with #2DADBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DADBF; }
p { color: rgb(45,173,191); }
H1.HeaderClassName
{
color: #2DADBF;
}
.AnyTagClassName
{
color: #2DADBF;
}
</style>
background-color css
<style>
a { background-color: #2DADBF; }
a { background-color: rgb(45,173,191); }
div.DivClassName
{
background-color: #2DADBF;
}
.BgClassName
{
background-color: #2DADBF;
}
</style>
border-color css
<style>
span { border-color: #2DADBF; }
span { border-color: rgb(45,173,191); }
td.TdClassName
{
border-color: #2DADBF;
}
.TagClassName
{
border-color: #2DADBF;
}
</style>