Shades of Shamrock #30CDAF
Tints of Shamrock #30CDAF
RGB
CMYK
RGB Variations
Color information
#30CDAF (or 0x30CDAF) is known color: Shamrock. HEX triplet: 30, CD and AF. RGB value is (48,205,175). Sum of RGB (Red+Green+Blue) = 48+205+175=428 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.21% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 205 - color contains mainly: green. Hex color #30CDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CDAF is #CF3250. Grayscale: #9A9A9A. Windows color (decimal): -13578833 or 11521328. OLE color: 11521328.
HSL color Cylindrical-coordinate representation of color #30CDAF: hue angle of 168.54º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CDAF is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 205 | 175 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.20 |
| HSL | 168.54º | 0.62% | 0.5% | - |
| HSV(B) | 168.54º | 0.77% | 0.8% | - |
| XYZ | 30.79 | 47.39 | 48.08 | - |
| YUV | 154.64 | 139.49 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 205 | 175 | 0.77 | 0 | 0.15 | 0.20 | 168.54 | 0.62 | 0.5 |
| Hex | 30 | CD | AF | 4D | 0 | F | 14 | A9 | 3E | 32 |
| Octal | 60 | 315 | 257 | 115 | 0 | 17 | 24 | 251 | 76 | 62 |
| Binary | 110000 | 11001101 | 10101111 | 1001101 | 0 | 1111 | 10100 | 10101001 | 111110 | 110010 |
Color Harmonies of #30CDAF
Complementary color
Monochromatic Colors of #30CDAF
Black with #30CDAF
Text Example
Text Example
White with #30CDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CDAF; }
p { color: rgb(48,205,175); }
H1.HeaderClassName
{
color: #30CDAF;
}
.AnyTagClassName
{
color: #30CDAF;
}
</style>
background-color css
<style>
a { background-color: #30CDAF; }
a { background-color: rgb(48,205,175); }
div.DivClassName
{
background-color: #30CDAF;
}
.BgClassName
{
background-color: #30CDAF;
}
</style>
border-color css
<style>
span { border-color: #30CDAF; }
span { border-color: rgb(48,205,175); }
td.TdClassName
{
border-color: #30CDAF;
}
.TagClassName
{
border-color: #30CDAF;
}
</style>