Shades of Shamrock #30CAA3
Tints of Shamrock #30CAA3
RGB
CMYK
RGB Variations
Color information
#30CAA3 (or 0x30CAA3) is known color: Shamrock. HEX triplet: 30, CA and A3. RGB value is (48,202,163). Sum of RGB (Red+Green+Blue) = 48+202+163=413 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.62% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 163 (64.06% from 255 or 39.47% from 413); Max value from RGB is 202 - color contains mainly: green. Hex color #30CAA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CAA3 is #CF355C. Grayscale: #979797. Windows color (decimal): -13579613 or 10734128. OLE color: 10734128.
HSL color Cylindrical-coordinate representation of color #30CAA3: hue angle of 164.81º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CAA3 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 202 | 163 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.21 |
| HSL | 164.81º | 0.62% | 0.49% | - |
| HSV(B) | 164.81º | 0.76% | 0.79% | - |
| XYZ | 28.95 | 45.51 | 41.91 | - |
| YUV | 151.51 | 134.48 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 202 | 163 | 0.76 | 0 | 0.19 | 0.21 | 164.81 | 0.62 | 0.49 |
| Hex | 30 | CA | A3 | 4C | 0 | 13 | 15 | A5 | 3E | 31 |
| Octal | 60 | 312 | 243 | 114 | 0 | 23 | 25 | 245 | 76 | 61 |
| Binary | 110000 | 11001010 | 10100011 | 1001100 | 0 | 10011 | 10101 | 10100101 | 111110 | 110001 |
Color Harmonies of #30CAA3
Complementary color
Monochromatic Colors of #30CAA3
Black with #30CAA3
Text Example
Text Example
White with #30CAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CAA3; }
p { color: rgb(48,202,163); }
H1.HeaderClassName
{
color: #30CAA3;
}
.AnyTagClassName
{
color: #30CAA3;
}
</style>
background-color css
<style>
a { background-color: #30CAA3; }
a { background-color: rgb(48,202,163); }
div.DivClassName
{
background-color: #30CAA3;
}
.BgClassName
{
background-color: #30CAA3;
}
</style>
border-color css
<style>
span { border-color: #30CAA3; }
span { border-color: rgb(48,202,163); }
td.TdClassName
{
border-color: #30CAA3;
}
.TagClassName
{
border-color: #30CAA3;
}
</style>