Shades of Shamrock #30CFAA
Tints of Shamrock #30CFAA
RGB
CMYK
RGB Variations
Color information
#30CFAA (or 0x30CFAA) is known color: Shamrock. HEX triplet: 30, CF and AA. RGB value is (48,207,170). Sum of RGB (Red+Green+Blue) = 48+207+170=425 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.29% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #30CFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CFAA is #CF3055. Grayscale: #9B9B9B. Windows color (decimal): -13578326 or 11194160. OLE color: 11194160.
HSL color Cylindrical-coordinate representation of color #30CFAA: hue angle of 166.04º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CFAA is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 207 | 170 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.19 |
| HSL | 166.04º | 0.62% | 0.5% | - |
| HSV(B) | 166.04º | 0.77% | 0.81% | - |
| XYZ | 30.79 | 48.16 | 45.7 | - |
| YUV | 155.24 | 136.32 | 51.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 207 | 170 | 0.77 | 0 | 0.18 | 0.19 | 166.04 | 0.62 | 0.5 |
| Hex | 30 | CF | AA | 4D | 0 | 12 | 13 | A6 | 3E | 32 |
| Octal | 60 | 317 | 252 | 115 | 0 | 22 | 23 | 246 | 76 | 62 |
| Binary | 110000 | 11001111 | 10101010 | 1001101 | 0 | 10010 | 10011 | 10100110 | 111110 | 110010 |
Color Harmonies of #30CFAA
Complementary color
Monochromatic Colors of #30CFAA
Black with #30CFAA
Text Example
Text Example
White with #30CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CFAA; }
p { color: rgb(48,207,170); }
H1.HeaderClassName
{
color: #30CFAA;
}
.AnyTagClassName
{
color: #30CFAA;
}
</style>
background-color css
<style>
a { background-color: #30CFAA; }
a { background-color: rgb(48,207,170); }
div.DivClassName
{
background-color: #30CFAA;
}
.BgClassName
{
background-color: #30CFAA;
}
</style>
border-color css
<style>
span { border-color: #30CFAA; }
span { border-color: rgb(48,207,170); }
td.TdClassName
{
border-color: #30CFAA;
}
.TagClassName
{
border-color: #30CFAA;
}
</style>