Shades of Shamrock #2ADFB3
Tints of Shamrock #2ADFB3
RGB
CMYK
RGB Variations
Color information
#2ADFB3 (or 0x2ADFB3) is known color: Shamrock. HEX triplet: 2A, DF and B3. RGB value is (42,223,179). Sum of RGB (Red+Green+Blue) = 42+223+179=444 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.46% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADFB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADFB3 is #D5204C. Grayscale: #A3A3A3. Windows color (decimal): -13967437 or 11788074. OLE color: 11788074.
HSL color Cylindrical-coordinate representation of color #2ADFB3: hue angle of 165.41º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADFB3 is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 179 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.13 |
| HSL | 165.41º | 0.74% | 0.52% | - |
| HSV(B) | 165.41º | 0.81% | 0.87% | - |
| XYZ | 35.48 | 56.52 | 51.69 | - |
| YUV | 163.87 | 136.53 | 41.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 179 | 0.81 | 0 | 0.20 | 0.13 | 165.41 | 0.74 | 0.52 |
| Hex | 2A | DF | B3 | 51 | 0 | 14 | D | A5 | 4A | 34 |
| Octal | 52 | 337 | 263 | 121 | 0 | 24 | 15 | 245 | 112 | 64 |
| Binary | 101010 | 11011111 | 10110011 | 1010001 | 0 | 10100 | 1101 | 10100101 | 1001010 | 110100 |
Color Harmonies of #2ADFB3
Complementary color
Monochromatic Colors of #2ADFB3
Black with #2ADFB3
Text Example
Text Example
White with #2ADFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADFB3; }
p { color: rgb(42,223,179); }
H1.HeaderClassName
{
color: #2ADFB3;
}
.AnyTagClassName
{
color: #2ADFB3;
}
</style>
background-color css
<style>
a { background-color: #2ADFB3; }
a { background-color: rgb(42,223,179); }
div.DivClassName
{
background-color: #2ADFB3;
}
.BgClassName
{
background-color: #2ADFB3;
}
</style>
border-color css
<style>
span { border-color: #2ADFB3; }
span { border-color: rgb(42,223,179); }
td.TdClassName
{
border-color: #2ADFB3;
}
.TagClassName
{
border-color: #2ADFB3;
}
</style>