Shades of Shamrock #30CB9B
Tints of Shamrock #30CB9B
RGB
CMYK
RGB Variations
Color information
#30CB9B (or 0x30CB9B) is known color: Shamrock. HEX triplet: 30, CB and 9B. RGB value is (48,203,155). Sum of RGB (Red+Green+Blue) = 48+203+155=406 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.82% from 406); Green value is 203 (79.69% from 255 or 50% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 203 - color contains mainly: green. Hex color #30CB9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CB9B is #CF3464. Grayscale: #979797. Windows color (decimal): -13579365 or 10210096. OLE color: 10210096.
HSL color Cylindrical-coordinate representation of color #30CB9B: hue angle of 161.42º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CB9B is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 203 | 155 | - |
| CMYK | 0.76 | 0 | 0.24 | 0.20 |
| HSL | 161.42º | 0.62% | 0.49% | - |
| HSV(B) | 161.42º | 0.76% | 0.8% | - |
| XYZ | 28.49 | 45.71 | 38.33 | - |
| YUV | 151.18 | 130.15 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 203 | 155 | 0.76 | 0 | 0.24 | 0.20 | 161.42 | 0.62 | 0.49 |
| Hex | 30 | CB | 9B | 4C | 0 | 18 | 14 | A1 | 3E | 31 |
| Octal | 60 | 313 | 233 | 114 | 0 | 30 | 24 | 241 | 76 | 61 |
| Binary | 110000 | 11001011 | 10011011 | 1001100 | 0 | 11000 | 10100 | 10100001 | 111110 | 110001 |
Color Harmonies of #30CB9B
Complementary color
Monochromatic Colors of #30CB9B
Black with #30CB9B
Text Example
Text Example
White with #30CB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CB9B; }
p { color: rgb(48,203,155); }
H1.HeaderClassName
{
color: #30CB9B;
}
.AnyTagClassName
{
color: #30CB9B;
}
</style>
background-color css
<style>
a { background-color: #30CB9B; }
a { background-color: rgb(48,203,155); }
div.DivClassName
{
background-color: #30CB9B;
}
.BgClassName
{
background-color: #30CB9B;
}
</style>
border-color css
<style>
span { border-color: #30CB9B; }
span { border-color: rgb(48,203,155); }
td.TdClassName
{
border-color: #30CB9B;
}
.TagClassName
{
border-color: #30CB9B;
}
</style>