Shades of Shamrock #38D2A5
Tints of Shamrock #38D2A5
RGB
CMYK
RGB Variations
Color information
#38D2A5 (or 0x38D2A5) is known color: Shamrock. HEX triplet: 38, D2 and A5. RGB value is (56,210,165). Sum of RGB (Red+Green+Blue) = 56+210+165=431 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.99% from 431); Green value is 210 (82.42% from 255 or 48.72% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 210 - color contains mainly: green. Hex color #38D2A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D2A5 is #C72D5A. Grayscale: #9E9E9E. Windows color (decimal): -13053275 or 10867256. OLE color: 10867256.
HSL color Cylindrical-coordinate representation of color #38D2A5: hue angle of 162.47º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D2A5 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 210 | 165 | - |
| CMYK | 0.73 | 0 | 0.21 | 0.18 |
| HSL | 162.47º | 0.63% | 0.52% | - |
| HSV(B) | 162.47º | 0.73% | 0.82% | - |
| XYZ | 31.47 | 49.65 | 43.52 | - |
| YUV | 158.82 | 131.48 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 210 | 165 | 0.73 | 0 | 0.21 | 0.18 | 162.47 | 0.63 | 0.52 |
| Hex | 38 | D2 | A5 | 49 | 0 | 15 | 12 | A2 | 3F | 34 |
| Octal | 70 | 322 | 245 | 111 | 0 | 25 | 22 | 242 | 77 | 64 |
| Binary | 111000 | 11010010 | 10100101 | 1001001 | 0 | 10101 | 10010 | 10100010 | 111111 | 110100 |
Color Harmonies of #38D2A5
Complementary color
Monochromatic Colors of #38D2A5
Black with #38D2A5
Text Example
Text Example
White with #38D2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D2A5; }
p { color: rgb(56,210,165); }
H1.HeaderClassName
{
color: #38D2A5;
}
.AnyTagClassName
{
color: #38D2A5;
}
</style>
background-color css
<style>
a { background-color: #38D2A5; }
a { background-color: rgb(56,210,165); }
div.DivClassName
{
background-color: #38D2A5;
}
.BgClassName
{
background-color: #38D2A5;
}
</style>
border-color css
<style>
span { border-color: #38D2A5; }
span { border-color: rgb(56,210,165); }
td.TdClassName
{
border-color: #38D2A5;
}
.TagClassName
{
border-color: #38D2A5;
}
</style>