Shades of Shamrock #38C3A0
Tints of Shamrock #38C3A0
RGB
CMYK
RGB Variations
Color information
#38C3A0 (or 0x38C3A0) is known color: Shamrock. HEX triplet: 38, C3 and A0. RGB value is (56,195,160). Sum of RGB (Red+Green+Blue) = 56+195+160=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 195 (76.56% from 255 or 47.45% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 195 - color contains mainly: green. Hex color #38C3A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C3A0 is #C73C5F. Grayscale: #959595. Windows color (decimal): -13057120 or 10535736. OLE color: 10535736.
HSL color Cylindrical-coordinate representation of color #38C3A0: hue angle of 164.89º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C3A0 is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 195 | 160 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.24 |
| HSL | 164.89º | 0.55% | 0.49% | - |
| HSV(B) | 164.89º | 0.71% | 0.76% | - |
| XYZ | 27.49 | 42.41 | 39.99 | - |
| YUV | 149.45 | 133.95 | 61.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 195 | 160 | 0.71 | 0 | 0.18 | 0.24 | 164.89 | 0.55 | 0.49 |
| Hex | 38 | C3 | A0 | 47 | 0 | 12 | 18 | A5 | 37 | 31 |
| Octal | 70 | 303 | 240 | 107 | 0 | 22 | 30 | 245 | 67 | 61 |
| Binary | 111000 | 11000011 | 10100000 | 1000111 | 0 | 10010 | 11000 | 10100101 | 110111 | 110001 |
Color Harmonies of #38C3A0
Complementary color
Monochromatic Colors of #38C3A0
Black with #38C3A0
Text Example
Text Example
White with #38C3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C3A0; }
p { color: rgb(56,195,160); }
H1.HeaderClassName
{
color: #38C3A0;
}
.AnyTagClassName
{
color: #38C3A0;
}
</style>
background-color css
<style>
a { background-color: #38C3A0; }
a { background-color: rgb(56,195,160); }
div.DivClassName
{
background-color: #38C3A0;
}
.BgClassName
{
background-color: #38C3A0;
}
</style>
border-color css
<style>
span { border-color: #38C3A0; }
span { border-color: rgb(56,195,160); }
td.TdClassName
{
border-color: #38C3A0;
}
.TagClassName
{
border-color: #38C3A0;
}
</style>