Shades of Shamrock #3ACEAF
Tints of Shamrock #3ACEAF
RGB
CMYK
RGB Variations
Color information
#3ACEAF (or 0x3ACEAF) is known color: Shamrock. HEX triplet: 3A, CE and AF. RGB value is (58,206,175). Sum of RGB (Red+Green+Blue) = 58+206+175=439 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.21% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACEAF is #C53150. Grayscale: #9E9E9E. Windows color (decimal): -12923217 or 11521594. OLE color: 11521594.
HSL color Cylindrical-coordinate representation of color #3ACEAF: hue angle of 167.43º degrees, saturation: 0.6, 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 #3ACEAF is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 206 | 175 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.19 |
| HSL | 167.43º | 0.6% | 0.52% | - |
| HSV(B) | 167.43º | 0.72% | 0.81% | - |
| XYZ | 31.55 | 48.14 | 48.19 | - |
| YUV | 158.21 | 137.47 | 56.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 206 | 175 | 0.72 | 0 | 0.15 | 0.19 | 167.43 | 0.6 | 0.52 |
| Hex | 3A | CE | AF | 48 | 0 | F | 13 | A7 | 3C | 34 |
| Octal | 72 | 316 | 257 | 110 | 0 | 17 | 23 | 247 | 74 | 64 |
| Binary | 111010 | 11001110 | 10101111 | 1001000 | 0 | 1111 | 10011 | 10100111 | 111100 | 110100 |
Color Harmonies of #3ACEAF
Complementary color
Monochromatic Colors of #3ACEAF
Black with #3ACEAF
Text Example
Text Example
White with #3ACEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACEAF; }
p { color: rgb(58,206,175); }
H1.HeaderClassName
{
color: #3ACEAF;
}
.AnyTagClassName
{
color: #3ACEAF;
}
</style>
background-color css
<style>
a { background-color: #3ACEAF; }
a { background-color: rgb(58,206,175); }
div.DivClassName
{
background-color: #3ACEAF;
}
.BgClassName
{
background-color: #3ACEAF;
}
</style>
border-color css
<style>
span { border-color: #3ACEAF; }
span { border-color: rgb(58,206,175); }
td.TdClassName
{
border-color: #3ACEAF;
}
.TagClassName
{
border-color: #3ACEAF;
}
</style>