Shades of Shamrock #3ACFB2
Tints of Shamrock #3ACFB2
RGB
CMYK
RGB Variations
Color information
#3ACFB2 (or 0x3ACFB2) is known color: Shamrock. HEX triplet: 3A, CF and B2. RGB value is (58,207,178). Sum of RGB (Red+Green+Blue) = 58+207+178=443 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.09% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACFB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACFB2 is #C5304D. Grayscale: #9F9F9F. Windows color (decimal): -12922958 or 11718458. OLE color: 11718458.
HSL color Cylindrical-coordinate representation of color #3ACFB2: hue angle of 168.32º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACFB2 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 207 | 178 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.19 |
| HSL | 168.32º | 0.61% | 0.52% | - |
| HSV(B) | 168.32º | 0.72% | 0.81% | - |
| XYZ | 32.09 | 48.74 | 49.84 | - |
| YUV | 159.14 | 138.64 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 207 | 178 | 0.72 | 0 | 0.14 | 0.19 | 168.32 | 0.61 | 0.52 |
| Hex | 3A | CF | B2 | 48 | 0 | E | 13 | A8 | 3D | 34 |
| Octal | 72 | 317 | 262 | 110 | 0 | 16 | 23 | 250 | 75 | 64 |
| Binary | 111010 | 11001111 | 10110010 | 1001000 | 0 | 1110 | 10011 | 10101000 | 111101 | 110100 |
Color Harmonies of #3ACFB2
Complementary color
Monochromatic Colors of #3ACFB2
Black with #3ACFB2
Text Example
Text Example
White with #3ACFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACFB2; }
p { color: rgb(58,207,178); }
H1.HeaderClassName
{
color: #3ACFB2;
}
.AnyTagClassName
{
color: #3ACFB2;
}
</style>
background-color css
<style>
a { background-color: #3ACFB2; }
a { background-color: rgb(58,207,178); }
div.DivClassName
{
background-color: #3ACFB2;
}
.BgClassName
{
background-color: #3ACFB2;
}
</style>
border-color css
<style>
span { border-color: #3ACFB2; }
span { border-color: rgb(58,207,178); }
td.TdClassName
{
border-color: #3ACFB2;
}
.TagClassName
{
border-color: #3ACFB2;
}
</style>