Shades of Shamrock #3ACF9B
Tints of Shamrock #3ACF9B
RGB
CMYK
RGB Variations
Color information
#3ACF9B (or 0x3ACF9B) is known color: Shamrock. HEX triplet: 3A, CF and 9B. RGB value is (58,207,155). Sum of RGB (Red+Green+Blue) = 58+207+155=420 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.81% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACF9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACF9B is #C53064. Grayscale: #9C9C9C. Windows color (decimal): -12922981 or 10211130. OLE color: 10211130.
HSL color Cylindrical-coordinate representation of color #3ACF9B: hue angle of 159.06º 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 #3ACF9B is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 207 | 155 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.19 |
| HSL | 159.06º | 0.61% | 0.52% | - |
| HSV(B) | 159.06º | 0.72% | 0.81% | - |
| XYZ | 29.97 | 47.89 | 38.67 | - |
| YUV | 156.52 | 127.14 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 207 | 155 | 0.72 | 0 | 0.25 | 0.19 | 159.06 | 0.61 | 0.52 |
| Hex | 3A | CF | 9B | 48 | 0 | 19 | 13 | 9F | 3D | 34 |
| Octal | 72 | 317 | 233 | 110 | 0 | 31 | 23 | 237 | 75 | 64 |
| Binary | 111010 | 11001111 | 10011011 | 1001000 | 0 | 11001 | 10011 | 10011111 | 111101 | 110100 |
Color Harmonies of #3ACF9B
Complementary color
Monochromatic Colors of #3ACF9B
Black with #3ACF9B
Text Example
Text Example
White with #3ACF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACF9B; }
p { color: rgb(58,207,155); }
H1.HeaderClassName
{
color: #3ACF9B;
}
.AnyTagClassName
{
color: #3ACF9B;
}
</style>
background-color css
<style>
a { background-color: #3ACF9B; }
a { background-color: rgb(58,207,155); }
div.DivClassName
{
background-color: #3ACF9B;
}
.BgClassName
{
background-color: #3ACF9B;
}
</style>
border-color css
<style>
span { border-color: #3ACF9B; }
span { border-color: rgb(58,207,155); }
td.TdClassName
{
border-color: #3ACF9B;
}
.TagClassName
{
border-color: #3ACF9B;
}
</style>