Shades of Shamrock #38DCAF
Tints of Shamrock #38DCAF
RGB
CMYK
RGB Variations
Color information
#38DCAF (or 0x38DCAF) is known color: Shamrock. HEX triplet: 38, DC and AF. RGB value is (56,220,175). Sum of RGB (Red+Green+Blue) = 56+220+175=451 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.42% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #38DCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38DCAF is #C72350. Grayscale: #A5A5A5. Windows color (decimal): -13050705 or 11525176. OLE color: 11525176.
HSL color Cylindrical-coordinate representation of color #38DCAF: hue angle of 163.54º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DCAF is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 220 | 175 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.14 |
| HSL | 163.54º | 0.7% | 0.54% | - |
| HSV(B) | 163.54º | 0.75% | 0.86% | - |
| XYZ | 34.96 | 55.12 | 49.35 | - |
| YUV | 165.83 | 133.17 | 49.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 220 | 175 | 0.75 | 0 | 0.20 | 0.14 | 163.54 | 0.7 | 0.54 |
| Hex | 38 | DC | AF | 4B | 0 | 14 | E | A4 | 46 | 36 |
| Octal | 70 | 334 | 257 | 113 | 0 | 24 | 16 | 244 | 106 | 66 |
| Binary | 111000 | 11011100 | 10101111 | 1001011 | 0 | 10100 | 1110 | 10100100 | 1000110 | 110110 |
Color Harmonies of #38DCAF
Complementary color
Monochromatic Colors of #38DCAF
Black with #38DCAF
Text Example
Text Example
White with #38DCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DCAF; }
p { color: rgb(56,220,175); }
H1.HeaderClassName
{
color: #38DCAF;
}
.AnyTagClassName
{
color: #38DCAF;
}
</style>
background-color css
<style>
a { background-color: #38DCAF; }
a { background-color: rgb(56,220,175); }
div.DivClassName
{
background-color: #38DCAF;
}
.BgClassName
{
background-color: #38DCAF;
}
</style>
border-color css
<style>
span { border-color: #38DCAF; }
span { border-color: rgb(56,220,175); }
td.TdClassName
{
border-color: #38DCAF;
}
.TagClassName
{
border-color: #38DCAF;
}
</style>