Shades of Pelorous #2CADBD
Tints of Pelorous #2CADBD
RGB
CMYK
RGB Variations
Color information
#2CADBD (or 0x2CADBD) is known color: Pelorous. HEX triplet: 2C, AD and BD. RGB value is (44,173,189). Sum of RGB (Red+Green+Blue) = 44+173+189=406 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.84% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #2CADBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CADBD is #D35242. Grayscale: #888888. Windows color (decimal): -13849155 or 12430636. OLE color: 12430636.
HSL color Cylindrical-coordinate representation of color #2CADBD: hue angle of 186.62º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CADBD is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 173 | 189 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.26 |
| HSL | 186.62º | 0.62% | 0.46% | - |
| HSV(B) | 186.62º | 0.77% | 0.74% | - |
| XYZ | 25.17 | 34.1 | 53.4 | - |
| YUV | 136.25 | 157.76 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 173 | 189 | 0.77 | 0.08 | 0 | 0.26 | 186.62 | 0.62 | 0.46 |
| Hex | 2C | AD | BD | 4D | 8 | 0 | 1A | BB | 3E | 2E |
| Octal | 54 | 255 | 275 | 115 | 10 | 0 | 32 | 273 | 76 | 56 |
| Binary | 101100 | 10101101 | 10111101 | 1001101 | 1000 | 0 | 11010 | 10111011 | 111110 | 101110 |
Color Harmonies of #2CADBD
Complementary color
Monochromatic Colors of #2CADBD
Black with #2CADBD
Text Example
Text Example
White with #2CADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CADBD; }
p { color: rgb(44,173,189); }
H1.HeaderClassName
{
color: #2CADBD;
}
.AnyTagClassName
{
color: #2CADBD;
}
</style>
background-color css
<style>
a { background-color: #2CADBD; }
a { background-color: rgb(44,173,189); }
div.DivClassName
{
background-color: #2CADBD;
}
.BgClassName
{
background-color: #2CADBD;
}
</style>
border-color css
<style>
span { border-color: #2CADBD; }
span { border-color: rgb(44,173,189); }
td.TdClassName
{
border-color: #2CADBD;
}
.TagClassName
{
border-color: #2CADBD;
}
</style>