Shades of Shamrock #30CFB6
Tints of Shamrock #30CFB6
RGB
CMYK
RGB Variations
Color information
#30CFB6 (or 0x30CFB6) is known color: Shamrock. HEX triplet: 30, CF and B6. RGB value is (48,207,182). Sum of RGB (Red+Green+Blue) = 48+207+182=437 (57% of max value = 765). Red value is 48 (19.14% from 255 or 10.98% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 182 (71.48% from 255 or 41.65% from 437); Max value from RGB is 207 - color contains mainly: green. Hex color #30CFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CFB6 is #CF3049. Grayscale: #9C9C9C. Windows color (decimal): -13578314 or 11980592. OLE color: 11980592.
HSL color Cylindrical-coordinate representation of color #30CFB6: hue angle of 170.57º 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 #30CFB6 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 207 | 182 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.19 |
| HSL | 170.57º | 0.62% | 0.5% | - |
| HSV(B) | 170.57º | 0.77% | 0.81% | - |
| XYZ | 31.98 | 48.63 | 51.96 | - |
| YUV | 156.61 | 142.32 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 207 | 182 | 0.77 | 0 | 0.12 | 0.19 | 170.57 | 0.62 | 0.5 |
| Hex | 30 | CF | B6 | 4D | 0 | C | 13 | AB | 3E | 32 |
| Octal | 60 | 317 | 266 | 115 | 0 | 14 | 23 | 253 | 76 | 62 |
| Binary | 110000 | 11001111 | 10110110 | 1001101 | 0 | 1100 | 10011 | 10101011 | 111110 | 110010 |
Color Harmonies of #30CFB6
Complementary color
Monochromatic Colors of #30CFB6
Black with #30CFB6
Text Example
Text Example
White with #30CFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CFB6; }
p { color: rgb(48,207,182); }
H1.HeaderClassName
{
color: #30CFB6;
}
.AnyTagClassName
{
color: #30CFB6;
}
</style>
background-color css
<style>
a { background-color: #30CFB6; }
a { background-color: rgb(48,207,182); }
div.DivClassName
{
background-color: #30CFB6;
}
.BgClassName
{
background-color: #30CFB6;
}
</style>
border-color css
<style>
span { border-color: #30CFB6; }
span { border-color: rgb(48,207,182); }
td.TdClassName
{
border-color: #30CFB6;
}
.TagClassName
{
border-color: #30CFB6;
}
</style>