Shades of Shamrock #3CCBA2
Tints of Shamrock #3CCBA2
RGB
CMYK
RGB Variations
Color information
#3CCBA2 (or 0x3CCBA2) is known color: Shamrock. HEX triplet: 3C, CB and A2. RGB value is (60,203,162). Sum of RGB (Red+Green+Blue) = 60+203+162=425 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.12% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCBA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CCBA2 is #C3345D. Grayscale: #9B9B9B. Windows color (decimal): -12792926 or 10668860. OLE color: 10668860.
HSL color Cylindrical-coordinate representation of color #3CCBA2: hue angle of 162.8º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CCBA2 is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 203 | 162 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.20 |
| HSL | 162.8º | 0.58% | 0.52% | - |
| HSV(B) | 162.8º | 0.7% | 0.8% | - |
| XYZ | 29.74 | 46.28 | 41.55 | - |
| YUV | 155.57 | 131.62 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 203 | 162 | 0.70 | 0 | 0.20 | 0.20 | 162.8 | 0.58 | 0.52 |
| Hex | 3C | CB | A2 | 46 | 0 | 14 | 14 | A3 | 3A | 34 |
| Octal | 74 | 313 | 242 | 106 | 0 | 24 | 24 | 243 | 72 | 64 |
| Binary | 111100 | 11001011 | 10100010 | 1000110 | 0 | 10100 | 10100 | 10100011 | 111010 | 110100 |
Color Harmonies of #3CCBA2
Complementary color
Monochromatic Colors of #3CCBA2
Black with #3CCBA2
Text Example
Text Example
White with #3CCBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCBA2; }
p { color: rgb(60,203,162); }
H1.HeaderClassName
{
color: #3CCBA2;
}
.AnyTagClassName
{
color: #3CCBA2;
}
</style>
background-color css
<style>
a { background-color: #3CCBA2; }
a { background-color: rgb(60,203,162); }
div.DivClassName
{
background-color: #3CCBA2;
}
.BgClassName
{
background-color: #3CCBA2;
}
</style>
border-color css
<style>
span { border-color: #3CCBA2; }
span { border-color: rgb(60,203,162); }
td.TdClassName
{
border-color: #3CCBA2;
}
.TagClassName
{
border-color: #3CCBA2;
}
</style>