Shades of Shamrock #38CEAB
Tints of Shamrock #38CEAB
RGB
CMYK
RGB Variations
Color information
#38CEAB (or 0x38CEAB) is known color: Shamrock. HEX triplet: 38, CE and AB. RGB value is (56,206,171). Sum of RGB (Red+Green+Blue) = 56+206+171=433 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.93% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #38CEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38CEAB is #C73154. Grayscale: #9D9D9D. Windows color (decimal): -13054293 or 11259448. OLE color: 11259448.
HSL color Cylindrical-coordinate representation of color #38CEAB: hue angle of 166º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CEAB is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 206 | 171 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.19 |
| HSL | 166º | 0.6% | 0.51% | - |
| HSV(B) | 166º | 0.73% | 0.81% | - |
| XYZ | 31.05 | 47.92 | 46.14 | - |
| YUV | 157.16 | 135.81 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 206 | 171 | 0.73 | 0 | 0.17 | 0.19 | 166 | 0.6 | 0.51 |
| Hex | 38 | CE | AB | 49 | 0 | 11 | 13 | A6 | 3C | 33 |
| Octal | 70 | 316 | 253 | 111 | 0 | 21 | 23 | 246 | 74 | 63 |
| Binary | 111000 | 11001110 | 10101011 | 1001001 | 0 | 10001 | 10011 | 10100110 | 111100 | 110011 |
Color Harmonies of #38CEAB
Complementary color
Monochromatic Colors of #38CEAB
Black with #38CEAB
Text Example
Text Example
White with #38CEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CEAB; }
p { color: rgb(56,206,171); }
H1.HeaderClassName
{
color: #38CEAB;
}
.AnyTagClassName
{
color: #38CEAB;
}
</style>
background-color css
<style>
a { background-color: #38CEAB; }
a { background-color: rgb(56,206,171); }
div.DivClassName
{
background-color: #38CEAB;
}
.BgClassName
{
background-color: #38CEAB;
}
</style>
border-color css
<style>
span { border-color: #38CEAB; }
span { border-color: rgb(56,206,171); }
td.TdClassName
{
border-color: #38CEAB;
}
.TagClassName
{
border-color: #38CEAB;
}
</style>