Shades of Shamrock #3DCAAB
Tints of Shamrock #3DCAAB
RGB
CMYK
RGB Variations
Color information
#3DCAAB (or 0x3DCAAB) is known color: Shamrock. HEX triplet: 3D, CA and AB. RGB value is (61,202,171). Sum of RGB (Red+Green+Blue) = 61+202+171=434 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.06% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #3DCAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DCAAB is #C23554. Grayscale: #9C9C9C. Windows color (decimal): -12727637 or 11258429. OLE color: 11258429.
HSL color Cylindrical-coordinate representation of color #3DCAAB: hue angle of 166.81º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCAAB is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 202 | 171 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.21 |
| HSL | 166.81º | 0.57% | 0.52% | - |
| HSV(B) | 166.81º | 0.7% | 0.79% | - |
| XYZ | 30.4 | 46.17 | 45.84 | - |
| YUV | 156.31 | 136.29 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 202 | 171 | 0.70 | 0 | 0.15 | 0.21 | 166.81 | 0.57 | 0.52 |
| Hex | 3D | CA | AB | 46 | 0 | F | 15 | A7 | 39 | 34 |
| Octal | 75 | 312 | 253 | 106 | 0 | 17 | 25 | 247 | 71 | 64 |
| Binary | 111101 | 11001010 | 10101011 | 1000110 | 0 | 1111 | 10101 | 10100111 | 111001 | 110100 |
Color Harmonies of #3DCAAB
Complementary color
Monochromatic Colors of #3DCAAB
Black with #3DCAAB
Text Example
Text Example
White with #3DCAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCAAB; }
p { color: rgb(61,202,171); }
H1.HeaderClassName
{
color: #3DCAAB;
}
.AnyTagClassName
{
color: #3DCAAB;
}
</style>
background-color css
<style>
a { background-color: #3DCAAB; }
a { background-color: rgb(61,202,171); }
div.DivClassName
{
background-color: #3DCAAB;
}
.BgClassName
{
background-color: #3DCAAB;
}
</style>
border-color css
<style>
span { border-color: #3DCAAB; }
span { border-color: rgb(61,202,171); }
td.TdClassName
{
border-color: #3DCAAB;
}
.TagClassName
{
border-color: #3DCAAB;
}
</style>