Shades of Shamrock #3ACDB2
Tints of Shamrock #3ACDB2
RGB
CMYK
RGB Variations
Color information
#3ACDB2 (or 0x3ACDB2) is known color: Shamrock. HEX triplet: 3A, CD and B2. RGB value is (58,205,178). Sum of RGB (Red+Green+Blue) = 58+205+178=441 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.15% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACDB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACDB2 is #C5324D. Grayscale: #9D9D9D. Windows color (decimal): -12923470 or 11717946. OLE color: 11717946.
HSL color Cylindrical-coordinate representation of color #3ACDB2: hue angle of 168.98º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACDB2 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 178 | - |
| CMYK | 0.72 | 0 | 0.13 | 0.20 |
| HSL | 168.98º | 0.6% | 0.52% | - |
| HSV(B) | 168.98º | 0.72% | 0.8% | - |
| XYZ | 31.61 | 47.78 | 49.68 | - |
| YUV | 157.97 | 139.3 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 178 | 0.72 | 0 | 0.13 | 0.20 | 168.98 | 0.6 | 0.52 |
| Hex | 3A | CD | B2 | 48 | 0 | D | 14 | A9 | 3C | 34 |
| Octal | 72 | 315 | 262 | 110 | 0 | 15 | 24 | 251 | 74 | 64 |
| Binary | 111010 | 11001101 | 10110010 | 1001000 | 0 | 1101 | 10100 | 10101001 | 111100 | 110100 |
Color Harmonies of #3ACDB2
Complementary color
Monochromatic Colors of #3ACDB2
Black with #3ACDB2
Text Example
Text Example
White with #3ACDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACDB2; }
p { color: rgb(58,205,178); }
H1.HeaderClassName
{
color: #3ACDB2;
}
.AnyTagClassName
{
color: #3ACDB2;
}
</style>
background-color css
<style>
a { background-color: #3ACDB2; }
a { background-color: rgb(58,205,178); }
div.DivClassName
{
background-color: #3ACDB2;
}
.BgClassName
{
background-color: #3ACDB2;
}
</style>
border-color css
<style>
span { border-color: #3ACDB2; }
span { border-color: rgb(58,205,178); }
td.TdClassName
{
border-color: #3ACDB2;
}
.TagClassName
{
border-color: #3ACDB2;
}
</style>