Shades of Shamrock #38C6AD
Tints of Shamrock #38C6AD
RGB
CMYK
RGB Variations
Color information
#38C6AD (or 0x38C6AD) is known color: Shamrock. HEX triplet: 38, C6 and AD. RGB value is (56,198,173). Sum of RGB (Red+Green+Blue) = 56+198+173=427 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.11% from 427); Green value is 198 (77.73% from 255 or 46.37% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 198 - color contains mainly: green. Hex color #38C6AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C6AD is #C73952. Grayscale: #989898. Windows color (decimal): -13056339 or 11388472. OLE color: 11388472.
HSL color Cylindrical-coordinate representation of color #38C6AD: hue angle of 169.44º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C6AD is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 198 | 173 | - |
| CMYK | 0.72 | 0 | 0.13 | 0.22 |
| HSL | 169.44º | 0.56% | 0.5% | - |
| HSV(B) | 169.44º | 0.72% | 0.78% | - |
| XYZ | 29.37 | 44.25 | 46.53 | - |
| YUV | 152.69 | 139.46 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 198 | 173 | 0.72 | 0 | 0.13 | 0.22 | 169.44 | 0.56 | 0.5 |
| Hex | 38 | C6 | AD | 48 | 0 | D | 16 | A9 | 38 | 32 |
| Octal | 70 | 306 | 255 | 110 | 0 | 15 | 26 | 251 | 70 | 62 |
| Binary | 111000 | 11000110 | 10101101 | 1001000 | 0 | 1101 | 10110 | 10101001 | 111000 | 110010 |
Color Harmonies of #38C6AD
Complementary color
Monochromatic Colors of #38C6AD
Black with #38C6AD
Text Example
Text Example
White with #38C6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C6AD; }
p { color: rgb(56,198,173); }
H1.HeaderClassName
{
color: #38C6AD;
}
.AnyTagClassName
{
color: #38C6AD;
}
</style>
background-color css
<style>
a { background-color: #38C6AD; }
a { background-color: rgb(56,198,173); }
div.DivClassName
{
background-color: #38C6AD;
}
.BgClassName
{
background-color: #38C6AD;
}
</style>
border-color css
<style>
span { border-color: #38C6AD; }
span { border-color: rgb(56,198,173); }
td.TdClassName
{
border-color: #38C6AD;
}
.TagClassName
{
border-color: #38C6AD;
}
</style>