Shades of Shamrock #43CAA0
Tints of Shamrock #43CAA0
RGB
CMYK
RGB Variations
Color information
#43CAA0 (or 0x43CAA0) is known color: Shamrock. HEX triplet: 43, CA and A0. RGB value is (67,202,160). Sum of RGB (Red+Green+Blue) = 67+202+160=429 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.62% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 202 - color contains mainly: green. Hex color #43CAA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43CAA0 is #BC355F. Grayscale: #9C9C9C. Windows color (decimal): -12334432 or 10537539. OLE color: 10537539.
HSL color Cylindrical-coordinate representation of color #43CAA0: hue angle of 161.33º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43CAA0 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 202 | 160 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.21 |
| HSL | 161.33º | 0.56% | 0.53% | - |
| HSV(B) | 161.33º | 0.67% | 0.79% | - |
| XYZ | 29.78 | 45.97 | 40.56 | - |
| YUV | 156.85 | 129.77 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 202 | 160 | 0.67 | 0 | 0.21 | 0.21 | 161.33 | 0.56 | 0.53 |
| Hex | 43 | CA | A0 | 43 | 0 | 15 | 15 | A1 | 38 | 35 |
| Octal | 103 | 312 | 240 | 103 | 0 | 25 | 25 | 241 | 70 | 65 |
| Binary | 1000011 | 11001010 | 10100000 | 1000011 | 0 | 10101 | 10101 | 10100001 | 111000 | 110101 |
Color Harmonies of #43CAA0
Complementary color
Monochromatic Colors of #43CAA0
Black with #43CAA0
Text Example
Text Example
White with #43CAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CAA0; }
p { color: rgb(67,202,160); }
H1.HeaderClassName
{
color: #43CAA0;
}
.AnyTagClassName
{
color: #43CAA0;
}
</style>
background-color css
<style>
a { background-color: #43CAA0; }
a { background-color: rgb(67,202,160); }
div.DivClassName
{
background-color: #43CAA0;
}
.BgClassName
{
background-color: #43CAA0;
}
</style>
border-color css
<style>
span { border-color: #43CAA0; }
span { border-color: rgb(67,202,160); }
td.TdClassName
{
border-color: #43CAA0;
}
.TagClassName
{
border-color: #43CAA0;
}
</style>