Shades of Shamrock #2DDBB4
Tints of Shamrock #2DDBB4
RGB
CMYK
RGB Variations
Color information
#2DDBB4 (or 0x2DDBB4) is known color: Shamrock. HEX triplet: 2D, DB and B4. RGB value is (45,219,180). Sum of RGB (Red+Green+Blue) = 45+219+180=444 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.14% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #2DDBB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDBB4 is #D2244B. Grayscale: #A2A2A2. Windows color (decimal): -13771852 or 11852589. OLE color: 11852589.
HSL color Cylindrical-coordinate representation of color #2DDBB4: hue angle of 166.55º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DDBB4 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 219 | 180 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.14 |
| HSL | 166.55º | 0.71% | 0.52% | - |
| HSV(B) | 166.55º | 0.79% | 0.86% | - |
| XYZ | 34.65 | 54.52 | 51.88 | - |
| YUV | 162.53 | 137.85 | 44.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 180 | 0.79 | 0 | 0.18 | 0.14 | 166.55 | 0.71 | 0.52 |
| Hex | 2D | DB | B4 | 4F | 0 | 12 | E | A7 | 47 | 34 |
| Octal | 55 | 333 | 264 | 117 | 0 | 22 | 16 | 247 | 107 | 64 |
| Binary | 101101 | 11011011 | 10110100 | 1001111 | 0 | 10010 | 1110 | 10100111 | 1000111 | 110100 |
Color Harmonies of #2DDBB4
Complementary color
Monochromatic Colors of #2DDBB4
Black with #2DDBB4
Text Example
Text Example
White with #2DDBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDBB4; }
p { color: rgb(45,219,180); }
H1.HeaderClassName
{
color: #2DDBB4;
}
.AnyTagClassName
{
color: #2DDBB4;
}
</style>
background-color css
<style>
a { background-color: #2DDBB4; }
a { background-color: rgb(45,219,180); }
div.DivClassName
{
background-color: #2DDBB4;
}
.BgClassName
{
background-color: #2DDBB4;
}
</style>
border-color css
<style>
span { border-color: #2DDBB4; }
span { border-color: rgb(45,219,180); }
td.TdClassName
{
border-color: #2DDBB4;
}
.TagClassName
{
border-color: #2DDBB4;
}
</style>