Shades of Shamrock #30CAB0
Tints of Shamrock #30CAB0
RGB
CMYK
RGB Variations
Color information
#30CAB0 (or 0x30CAB0) is known color: Shamrock. HEX triplet: 30, CA and B0. RGB value is (48,202,176). Sum of RGB (Red+Green+Blue) = 48+202+176=426 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.27% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #30CAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CAB0 is #CF354F. Grayscale: #989898. Windows color (decimal): -13579600 or 11586096. OLE color: 11586096.
HSL color Cylindrical-coordinate representation of color #30CAB0: hue angle of 169.87º 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 #30CAB0 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 202 | 176 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.21 |
| HSL | 169.87º | 0.62% | 0.49% | - |
| HSV(B) | 169.87º | 0.76% | 0.79% | - |
| XYZ | 30.18 | 46 | 48.36 | - |
| YUV | 152.99 | 140.98 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 202 | 176 | 0.76 | 0 | 0.13 | 0.21 | 169.87 | 0.62 | 0.49 |
| Hex | 30 | CA | B0 | 4C | 0 | D | 15 | AA | 3E | 31 |
| Octal | 60 | 312 | 260 | 114 | 0 | 15 | 25 | 252 | 76 | 61 |
| Binary | 110000 | 11001010 | 10110000 | 1001100 | 0 | 1101 | 10101 | 10101010 | 111110 | 110001 |
Color Harmonies of #30CAB0
Complementary color
Monochromatic Colors of #30CAB0
Black with #30CAB0
Text Example
Text Example
White with #30CAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CAB0; }
p { color: rgb(48,202,176); }
H1.HeaderClassName
{
color: #30CAB0;
}
.AnyTagClassName
{
color: #30CAB0;
}
</style>
background-color css
<style>
a { background-color: #30CAB0; }
a { background-color: rgb(48,202,176); }
div.DivClassName
{
background-color: #30CAB0;
}
.BgClassName
{
background-color: #30CAB0;
}
</style>
border-color css
<style>
span { border-color: #30CAB0; }
span { border-color: rgb(48,202,176); }
td.TdClassName
{
border-color: #30CAB0;
}
.TagClassName
{
border-color: #30CAB0;
}
</style>