Shades of Shamrock #38DBAA
Tints of Shamrock #38DBAA
RGB
CMYK
RGB Variations
Color information
#38DBAA (or 0x38DBAA) is known color: Shamrock. HEX triplet: 38, DB and AA. RGB value is (56,219,170). Sum of RGB (Red+Green+Blue) = 56+219+170=445 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.58% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 219 - color contains mainly: green. Hex color #38DBAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38DBAA is #C72455. Grayscale: #A4A4A4. Windows color (decimal): -13050966 or 11197240. OLE color: 11197240.
HSL color Cylindrical-coordinate representation of color #38DBAA: hue angle of 161.96º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38DBAA is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 219 | 170 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.14 |
| HSL | 161.96º | 0.69% | 0.54% | - |
| HSV(B) | 161.96º | 0.74% | 0.86% | - |
| XYZ | 34.22 | 54.41 | 46.73 | - |
| YUV | 164.68 | 131 | 50.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 219 | 170 | 0.74 | 0 | 0.22 | 0.14 | 161.96 | 0.69 | 0.54 |
| Hex | 38 | DB | AA | 4A | 0 | 16 | E | A2 | 45 | 36 |
| Octal | 70 | 333 | 252 | 112 | 0 | 26 | 16 | 242 | 105 | 66 |
| Binary | 111000 | 11011011 | 10101010 | 1001010 | 0 | 10110 | 1110 | 10100010 | 1000101 | 110110 |
Color Harmonies of #38DBAA
Complementary color
Monochromatic Colors of #38DBAA
Black with #38DBAA
Text Example
Text Example
White with #38DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DBAA; }
p { color: rgb(56,219,170); }
H1.HeaderClassName
{
color: #38DBAA;
}
.AnyTagClassName
{
color: #38DBAA;
}
</style>
background-color css
<style>
a { background-color: #38DBAA; }
a { background-color: rgb(56,219,170); }
div.DivClassName
{
background-color: #38DBAA;
}
.BgClassName
{
background-color: #38DBAA;
}
</style>
border-color css
<style>
span { border-color: #38DBAA; }
span { border-color: rgb(56,219,170); }
td.TdClassName
{
border-color: #38DBAA;
}
.TagClassName
{
border-color: #38DBAA;
}
</style>