Shades of Shamrock #3CBDA8
Tints of Shamrock #3CBDA8
RGB
CMYK
RGB Variations
Color information
#3CBDA8 (or 0x3CBDA8) is known color: Shamrock. HEX triplet: 3C, BD and A8. RGB value is (60,189,168). Sum of RGB (Red+Green+Blue) = 60+189+168=417 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.39% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 168 (66.02% from 255 or 40.29% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #3CBDA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBDA8 is #C34257. Grayscale: #939393. Windows color (decimal): -12796504 or 11058492. OLE color: 11058492.
HSL color Cylindrical-coordinate representation of color #3CBDA8: hue angle of 170.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBDA8 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 189 | 168 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.26 |
| HSL | 170.23º | 0.52% | 0.49% | - |
| HSV(B) | 170.23º | 0.68% | 0.74% | - |
| XYZ | 27.13 | 40.18 | 43.37 | - |
| YUV | 148.04 | 139.26 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 189 | 168 | 0.68 | 0 | 0.11 | 0.26 | 170.23 | 0.52 | 0.49 |
| Hex | 3C | BD | A8 | 44 | 0 | B | 1A | AA | 34 | 31 |
| Octal | 74 | 275 | 250 | 104 | 0 | 13 | 32 | 252 | 64 | 61 |
| Binary | 111100 | 10111101 | 10101000 | 1000100 | 0 | 1011 | 11010 | 10101010 | 110100 | 110001 |
Color Harmonies of #3CBDA8
Complementary color
Monochromatic Colors of #3CBDA8
Black with #3CBDA8
Text Example
Text Example
White with #3CBDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBDA8; }
p { color: rgb(60,189,168); }
H1.HeaderClassName
{
color: #3CBDA8;
}
.AnyTagClassName
{
color: #3CBDA8;
}
</style>
background-color css
<style>
a { background-color: #3CBDA8; }
a { background-color: rgb(60,189,168); }
div.DivClassName
{
background-color: #3CBDA8;
}
.BgClassName
{
background-color: #3CBDA8;
}
</style>
border-color css
<style>
span { border-color: #3CBDA8; }
span { border-color: rgb(60,189,168); }
td.TdClassName
{
border-color: #3CBDA8;
}
.TagClassName
{
border-color: #3CBDA8;
}
</style>