Shades of Shamrock #2ADBB3
Tints of Shamrock #2ADBB3
RGB
CMYK
RGB Variations
Color information
#2ADBB3 (or 0x2ADBB3) is known color: Shamrock. HEX triplet: 2A, DB and B3. RGB value is (42,219,179). Sum of RGB (Red+Green+Blue) = 42+219+179=440 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.55% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADBB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADBB3 is #D5244C. Grayscale: #A1A1A1. Windows color (decimal): -13968461 or 11787050. OLE color: 11787050.
HSL color Cylindrical-coordinate representation of color #2ADBB3: hue angle of 166.44º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADBB3 is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 219 | 179 | - |
| CMYK | 0.81 | 0 | 0.18 | 0.14 |
| HSL | 166.44º | 0.71% | 0.51% | - |
| HSV(B) | 166.44º | 0.81% | 0.86% | - |
| XYZ | 34.42 | 54.41 | 51.34 | - |
| YUV | 161.52 | 137.86 | 42.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 219 | 179 | 0.81 | 0 | 0.18 | 0.14 | 166.44 | 0.71 | 0.51 |
| Hex | 2A | DB | B3 | 51 | 0 | 12 | E | A6 | 47 | 33 |
| Octal | 52 | 333 | 263 | 121 | 0 | 22 | 16 | 246 | 107 | 63 |
| Binary | 101010 | 11011011 | 10110011 | 1010001 | 0 | 10010 | 1110 | 10100110 | 1000111 | 110011 |
Color Harmonies of #2ADBB3
Complementary color
Monochromatic Colors of #2ADBB3
Black with #2ADBB3
Text Example
Text Example
White with #2ADBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADBB3; }
p { color: rgb(42,219,179); }
H1.HeaderClassName
{
color: #2ADBB3;
}
.AnyTagClassName
{
color: #2ADBB3;
}
</style>
background-color css
<style>
a { background-color: #2ADBB3; }
a { background-color: rgb(42,219,179); }
div.DivClassName
{
background-color: #2ADBB3;
}
.BgClassName
{
background-color: #2ADBB3;
}
</style>
border-color css
<style>
span { border-color: #2ADBB3; }
span { border-color: rgb(42,219,179); }
td.TdClassName
{
border-color: #2ADBB3;
}
.TagClassName
{
border-color: #2ADBB3;
}
</style>