Shades of Shamrock #38CA9B
Tints of Shamrock #38CA9B
RGB
CMYK
RGB Variations
Color information
#38CA9B (or 0x38CA9B) is known color: Shamrock. HEX triplet: 38, CA and 9B. RGB value is (56,202,155). Sum of RGB (Red+Green+Blue) = 56+202+155=413 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.56% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 202 - color contains mainly: green. Hex color #38CA9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38CA9B is #C73564. Grayscale: #999999. Windows color (decimal): -13055333 or 10209848. OLE color: 10209848.
HSL color Cylindrical-coordinate representation of color #38CA9B: hue angle of 160.68º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CA9B is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 56 | 202 | 155 | - |
| CMYK | 0.72 | 0 | 0.23 | 0.21 |
| HSL | 160.68º | 0.58% | 0.51% | - |
| HSV(B) | 160.68º | 0.72% | 0.79% | - |
| XYZ | 28.67 | 45.45 | 38.27 | - |
| YUV | 152.99 | 129.13 | 58.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 202 | 155 | 0.72 | 0 | 0.23 | 0.21 | 160.68 | 0.58 | 0.51 |
| Hex | 38 | CA | 9B | 48 | 0 | 17 | 15 | A1 | 3A | 33 |
| Octal | 70 | 312 | 233 | 110 | 0 | 27 | 25 | 241 | 72 | 63 |
| Binary | 111000 | 11001010 | 10011011 | 1001000 | 0 | 10111 | 10101 | 10100001 | 111010 | 110011 |
Color Harmonies of #38CA9B
Complementary color
Monochromatic Colors of #38CA9B
Black with #38CA9B
Text Example
Text Example
White with #38CA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CA9B; }
p { color: rgb(56,202,155); }
H1.HeaderClassName
{
color: #38CA9B;
}
.AnyTagClassName
{
color: #38CA9B;
}
</style>
background-color css
<style>
a { background-color: #38CA9B; }
a { background-color: rgb(56,202,155); }
div.DivClassName
{
background-color: #38CA9B;
}
.BgClassName
{
background-color: #38CA9B;
}
</style>
border-color css
<style>
span { border-color: #38CA9B; }
span { border-color: rgb(56,202,155); }
td.TdClassName
{
border-color: #38CA9B;
}
.TagClassName
{
border-color: #38CA9B;
}
</style>