Shades of Shamrock #2ADAB5
Tints of Shamrock #2ADAB5
RGB
CMYK
RGB Variations
Color information
#2ADAB5 (or 0x2ADAB5) is known color: Shamrock. HEX triplet: 2A, DA and B5. RGB value is (42,218,181). Sum of RGB (Red+Green+Blue) = 42+218+181=441 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.52% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADAB5 is #D5254A. Grayscale: #A1A1A1. Windows color (decimal): -13968715 or 11917866. OLE color: 11917866.
HSL color Cylindrical-coordinate representation of color #2ADAB5: hue angle of 167.39º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADAB5 is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 218 | 181 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.15 |
| HSL | 167.39º | 0.7% | 0.51% | - |
| HSV(B) | 167.39º | 0.81% | 0.85% | - |
| XYZ | 34.37 | 53.97 | 52.32 | - |
| YUV | 161.16 | 139.19 | 43.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 181 | 0.81 | 0 | 0.17 | 0.15 | 167.39 | 0.7 | 0.51 |
| Hex | 2A | DA | B5 | 51 | 0 | 11 | F | A7 | 46 | 33 |
| Octal | 52 | 332 | 265 | 121 | 0 | 21 | 17 | 247 | 106 | 63 |
| Binary | 101010 | 11011010 | 10110101 | 1010001 | 0 | 10001 | 1111 | 10100111 | 1000110 | 110011 |
Color Harmonies of #2ADAB5
Complementary color
Monochromatic Colors of #2ADAB5
Black with #2ADAB5
Text Example
Text Example
White with #2ADAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADAB5; }
p { color: rgb(42,218,181); }
H1.HeaderClassName
{
color: #2ADAB5;
}
.AnyTagClassName
{
color: #2ADAB5;
}
</style>
background-color css
<style>
a { background-color: #2ADAB5; }
a { background-color: rgb(42,218,181); }
div.DivClassName
{
background-color: #2ADAB5;
}
.BgClassName
{
background-color: #2ADAB5;
}
</style>
border-color css
<style>
span { border-color: #2ADAB5; }
span { border-color: rgb(42,218,181); }
td.TdClassName
{
border-color: #2ADAB5;
}
.TagClassName
{
border-color: #2ADAB5;
}
</style>