Shades of Shamrock #39CCA2
Tints of Shamrock #39CCA2
RGB
CMYK
RGB Variations
Color information
#39CCA2 (or 0x39CCA2) is known color: Shamrock. HEX triplet: 39, CC and A2. RGB value is (57,204,162). Sum of RGB (Red+Green+Blue) = 57+204+162=423 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.48% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 204 - color contains mainly: green. Hex color #39CCA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39CCA2 is #C6335D. Grayscale: #9B9B9B. Windows color (decimal): -12989278 or 10669113. OLE color: 10669113.
HSL color Cylindrical-coordinate representation of color #39CCA2: hue angle of 162.86º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CCA2 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 204 | 162 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.2 |
| HSL | 162.86º | 0.59% | 0.51% | - |
| HSV(B) | 162.86º | 0.72% | 0.8% | - |
| XYZ | 29.8 | 46.66 | 41.62 | - |
| YUV | 155.26 | 131.8 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 204 | 162 | 0.72 | 0 | 0.21 | 0.2 | 162.86 | 0.59 | 0.51 |
| Hex | 39 | CC | A2 | 48 | 0 | 15 | 14 | A3 | 3B | 33 |
| Octal | 71 | 314 | 242 | 110 | 0 | 25 | 24 | 243 | 73 | 63 |
| Binary | 111001 | 11001100 | 10100010 | 1001000 | 0 | 10101 | 10100 | 10100011 | 111011 | 110011 |
Color Harmonies of #39CCA2
Complementary color
Monochromatic Colors of #39CCA2
Black with #39CCA2
Text Example
Text Example
White with #39CCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CCA2; }
p { color: rgb(57,204,162); }
H1.HeaderClassName
{
color: #39CCA2;
}
.AnyTagClassName
{
color: #39CCA2;
}
</style>
background-color css
<style>
a { background-color: #39CCA2; }
a { background-color: rgb(57,204,162); }
div.DivClassName
{
background-color: #39CCA2;
}
.BgClassName
{
background-color: #39CCA2;
}
</style>
border-color css
<style>
span { border-color: #39CCA2; }
span { border-color: rgb(57,204,162); }
td.TdClassName
{
border-color: #39CCA2;
}
.TagClassName
{
border-color: #39CCA2;
}
</style>