Shades of Shamrock #30CAB2
Tints of Shamrock #30CAB2
RGB
CMYK
RGB Variations
Color information
#30CAB2 (or 0x30CAB2) is known color: Shamrock. HEX triplet: 30, CA and B2. RGB value is (48,202,178). Sum of RGB (Red+Green+Blue) = 48+202+178=428 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.21% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 178 (69.92% from 255 or 41.59% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #30CAB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CAB2 is #CF354D. Grayscale: #999999. Windows color (decimal): -13579598 or 11717168. OLE color: 11717168.
HSL color Cylindrical-coordinate representation of color #30CAB2: hue angle of 170.65º 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 #30CAB2 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 202 | 178 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.21 |
| HSL | 170.65º | 0.62% | 0.49% | - |
| HSV(B) | 170.65º | 0.76% | 0.79% | - |
| XYZ | 30.38 | 46.08 | 49.41 | - |
| YUV | 153.22 | 141.98 | 52.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 202 | 178 | 0.76 | 0 | 0.12 | 0.21 | 170.65 | 0.62 | 0.49 |
| Hex | 30 | CA | B2 | 4C | 0 | C | 15 | AB | 3E | 31 |
| Octal | 60 | 312 | 262 | 114 | 0 | 14 | 25 | 253 | 76 | 61 |
| Binary | 110000 | 11001010 | 10110010 | 1001100 | 0 | 1100 | 10101 | 10101011 | 111110 | 110001 |
Color Harmonies of #30CAB2
Complementary color
Monochromatic Colors of #30CAB2
Black with #30CAB2
Text Example
Text Example
White with #30CAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CAB2; }
p { color: rgb(48,202,178); }
H1.HeaderClassName
{
color: #30CAB2;
}
.AnyTagClassName
{
color: #30CAB2;
}
</style>
background-color css
<style>
a { background-color: #30CAB2; }
a { background-color: rgb(48,202,178); }
div.DivClassName
{
background-color: #30CAB2;
}
.BgClassName
{
background-color: #30CAB2;
}
</style>
border-color css
<style>
span { border-color: #30CAB2; }
span { border-color: rgb(48,202,178); }
td.TdClassName
{
border-color: #30CAB2;
}
.TagClassName
{
border-color: #30CAB2;
}
</style>