Shades of Shamrock #42D4AA
Tints of Shamrock #42D4AA
RGB
CMYK
RGB Variations
Color information
#42D4AA (or 0x42D4AA) is known color: Shamrock. HEX triplet: 42, D4 and AA. RGB value is (66,212,170). Sum of RGB (Red+Green+Blue) = 66+212+170=448 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.73% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 212 - color contains mainly: green. Hex color #42D4AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D4AA is #BD2B55. Grayscale: #A3A3A3. Windows color (decimal): -12397398 or 11195458. OLE color: 11195458.
HSL color Cylindrical-coordinate representation of color #42D4AA: hue angle of 162.74º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D4AA is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 212 | 170 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.17 |
| HSL | 162.74º | 0.63% | 0.55% | - |
| HSV(B) | 162.74º | 0.69% | 0.83% | - |
| XYZ | 33.05 | 51.15 | 46.16 | - |
| YUV | 163.56 | 131.63 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 212 | 170 | 0.69 | 0 | 0.20 | 0.17 | 162.74 | 0.63 | 0.55 |
| Hex | 42 | D4 | AA | 45 | 0 | 14 | 11 | A3 | 3F | 37 |
| Octal | 102 | 324 | 252 | 105 | 0 | 24 | 21 | 243 | 77 | 67 |
| Binary | 1000010 | 11010100 | 10101010 | 1000101 | 0 | 10100 | 10001 | 10100011 | 111111 | 110111 |
Color Harmonies of #42D4AA
Complementary color
Monochromatic Colors of #42D4AA
Black with #42D4AA
Text Example
Text Example
White with #42D4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D4AA; }
p { color: rgb(66,212,170); }
H1.HeaderClassName
{
color: #42D4AA;
}
.AnyTagClassName
{
color: #42D4AA;
}
</style>
background-color css
<style>
a { background-color: #42D4AA; }
a { background-color: rgb(66,212,170); }
div.DivClassName
{
background-color: #42D4AA;
}
.BgClassName
{
background-color: #42D4AA;
}
</style>
border-color css
<style>
span { border-color: #42D4AA; }
span { border-color: rgb(66,212,170); }
td.TdClassName
{
border-color: #42D4AA;
}
.TagClassName
{
border-color: #42D4AA;
}
</style>