Shades of Shamrock #38DEAB
Tints of Shamrock #38DEAB
RGB
CMYK
RGB Variations
Color information
#38DEAB (or 0x38DEAB) is known color: Shamrock. HEX triplet: 38, DE and AB. RGB value is (56,222,171). Sum of RGB (Red+Green+Blue) = 56+222+171=449 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.47% from 449); Green value is 222 (87.11% from 255 or 49.44% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 222 - color contains mainly: green. Hex color #38DEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38DEAB is #C72154. Grayscale: #A6A6A6. Windows color (decimal): -13050197 or 11263544. OLE color: 11263544.
HSL color Cylindrical-coordinate representation of color #38DEAB: hue angle of 161.57º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DEAB is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 222 | 171 | - |
| CMYK | 0.75 | 0 | 0.23 | 0.13 |
| HSL | 161.57º | 0.72% | 0.55% | - |
| HSV(B) | 161.57º | 0.75% | 0.87% | - |
| XYZ | 35.1 | 56.02 | 47.49 | - |
| YUV | 166.55 | 130.5 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 222 | 171 | 0.75 | 0 | 0.23 | 0.13 | 161.57 | 0.72 | 0.55 |
| Hex | 38 | DE | AB | 4B | 0 | 17 | D | A2 | 48 | 37 |
| Octal | 70 | 336 | 253 | 113 | 0 | 27 | 15 | 242 | 110 | 67 |
| Binary | 111000 | 11011110 | 10101011 | 1001011 | 0 | 10111 | 1101 | 10100010 | 1001000 | 110111 |
Color Harmonies of #38DEAB
Complementary color
Monochromatic Colors of #38DEAB
Black with #38DEAB
Text Example
Text Example
White with #38DEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DEAB; }
p { color: rgb(56,222,171); }
H1.HeaderClassName
{
color: #38DEAB;
}
.AnyTagClassName
{
color: #38DEAB;
}
</style>
background-color css
<style>
a { background-color: #38DEAB; }
a { background-color: rgb(56,222,171); }
div.DivClassName
{
background-color: #38DEAB;
}
.BgClassName
{
background-color: #38DEAB;
}
</style>
border-color css
<style>
span { border-color: #38DEAB; }
span { border-color: rgb(56,222,171); }
td.TdClassName
{
border-color: #38DEAB;
}
.TagClassName
{
border-color: #38DEAB;
}
</style>