Shades of Shamrock #30CCB0
Tints of Shamrock #30CCB0
RGB
CMYK
RGB Variations
Color information
#30CCB0 (or 0x30CCB0) is known color: Shamrock. HEX triplet: 30, CC and B0. RGB value is (48,204,176). Sum of RGB (Red+Green+Blue) = 48+204+176=428 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.21% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 176 (69.14% from 255 or 41.12% from 428); Max value from RGB is 204 - color contains mainly: green. Hex color #30CCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CCB0 is #CF334F. Grayscale: #9A9A9A. Windows color (decimal): -13579088 or 11586608. OLE color: 11586608.
HSL color Cylindrical-coordinate representation of color #30CCB0: hue angle of 169.23º 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 #30CCB0 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 204 | 176 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.2 |
| HSL | 169.23º | 0.62% | 0.49% | - |
| HSV(B) | 169.23º | 0.76% | 0.8% | - |
| XYZ | 30.65 | 46.95 | 48.52 | - |
| YUV | 154.16 | 140.32 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 204 | 176 | 0.76 | 0 | 0.14 | 0.2 | 169.23 | 0.62 | 0.49 |
| Hex | 30 | CC | B0 | 4C | 0 | E | 14 | A9 | 3E | 31 |
| Octal | 60 | 314 | 260 | 114 | 0 | 16 | 24 | 251 | 76 | 61 |
| Binary | 110000 | 11001100 | 10110000 | 1001100 | 0 | 1110 | 10100 | 10101001 | 111110 | 110001 |
Color Harmonies of #30CCB0
Complementary color
Monochromatic Colors of #30CCB0
Black with #30CCB0
Text Example
Text Example
White with #30CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CCB0; }
p { color: rgb(48,204,176); }
H1.HeaderClassName
{
color: #30CCB0;
}
.AnyTagClassName
{
color: #30CCB0;
}
</style>
background-color css
<style>
a { background-color: #30CCB0; }
a { background-color: rgb(48,204,176); }
div.DivClassName
{
background-color: #30CCB0;
}
.BgClassName
{
background-color: #30CCB0;
}
</style>
border-color css
<style>
span { border-color: #30CCB0; }
span { border-color: rgb(48,204,176); }
td.TdClassName
{
border-color: #30CCB0;
}
.TagClassName
{
border-color: #30CCB0;
}
</style>