Shades of Shamrock #30CF9C
Tints of Shamrock #30CF9C
RGB
CMYK
RGB Variations
Color information
#30CF9C (or 0x30CF9C) is known color: Shamrock. HEX triplet: 30, CF and 9C. RGB value is (48,207,156). Sum of RGB (Red+Green+Blue) = 48+207+156=411 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.68% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #30CF9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CF9C is #CF3063. Grayscale: #999999. Windows color (decimal): -13578340 or 10276656. OLE color: 10276656.
HSL color Cylindrical-coordinate representation of color #30CF9C: hue angle of 160.75º 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 #30CF9C is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 207 | 156 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.19 |
| HSL | 160.75º | 0.62% | 0.5% | - |
| HSV(B) | 160.75º | 0.77% | 0.81% | - |
| XYZ | 29.53 | 47.65 | 39.09 | - |
| YUV | 153.65 | 129.32 | 52.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 207 | 156 | 0.77 | 0 | 0.25 | 0.19 | 160.75 | 0.62 | 0.5 |
| Hex | 30 | CF | 9C | 4D | 0 | 19 | 13 | A1 | 3E | 32 |
| Octal | 60 | 317 | 234 | 115 | 0 | 31 | 23 | 241 | 76 | 62 |
| Binary | 110000 | 11001111 | 10011100 | 1001101 | 0 | 11001 | 10011 | 10100001 | 111110 | 110010 |
Color Harmonies of #30CF9C
Complementary color
Monochromatic Colors of #30CF9C
Black with #30CF9C
Text Example
Text Example
White with #30CF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CF9C; }
p { color: rgb(48,207,156); }
H1.HeaderClassName
{
color: #30CF9C;
}
.AnyTagClassName
{
color: #30CF9C;
}
</style>
background-color css
<style>
a { background-color: #30CF9C; }
a { background-color: rgb(48,207,156); }
div.DivClassName
{
background-color: #30CF9C;
}
.BgClassName
{
background-color: #30CF9C;
}
</style>
border-color css
<style>
span { border-color: #30CF9C; }
span { border-color: rgb(48,207,156); }
td.TdClassName
{
border-color: #30CF9C;
}
.TagClassName
{
border-color: #30CF9C;
}
</style>