Shades of Shamrock #38DCB2
Tints of Shamrock #38DCB2
RGB
CMYK
RGB Variations
Color information
#38DCB2 (or 0x38DCB2) is known color: Shamrock. HEX triplet: 38, DC and B2. RGB value is (56,220,178). Sum of RGB (Red+Green+Blue) = 56+220+178=454 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.33% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #38DCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38DCB2 is #C7234D. Grayscale: #A6A6A6. Windows color (decimal): -13050702 or 11721784. OLE color: 11721784.
HSL color Cylindrical-coordinate representation of color #38DCB2: hue angle of 164.63º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DCB2 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 220 | 178 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.14 |
| HSL | 164.63º | 0.7% | 0.54% | - |
| HSV(B) | 164.63º | 0.75% | 0.86% | - |
| XYZ | 35.26 | 55.24 | 50.92 | - |
| YUV | 166.18 | 134.67 | 49.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 220 | 178 | 0.75 | 0 | 0.19 | 0.14 | 164.63 | 0.7 | 0.54 |
| Hex | 38 | DC | B2 | 4B | 0 | 13 | E | A5 | 46 | 36 |
| Octal | 70 | 334 | 262 | 113 | 0 | 23 | 16 | 245 | 106 | 66 |
| Binary | 111000 | 11011100 | 10110010 | 1001011 | 0 | 10011 | 1110 | 10100101 | 1000110 | 110110 |
Color Harmonies of #38DCB2
Complementary color
Monochromatic Colors of #38DCB2
Black with #38DCB2
Text Example
Text Example
White with #38DCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DCB2; }
p { color: rgb(56,220,178); }
H1.HeaderClassName
{
color: #38DCB2;
}
.AnyTagClassName
{
color: #38DCB2;
}
</style>
background-color css
<style>
a { background-color: #38DCB2; }
a { background-color: rgb(56,220,178); }
div.DivClassName
{
background-color: #38DCB2;
}
.BgClassName
{
background-color: #38DCB2;
}
</style>
border-color css
<style>
span { border-color: #38DCB2; }
span { border-color: rgb(56,220,178); }
td.TdClassName
{
border-color: #38DCB2;
}
.TagClassName
{
border-color: #38DCB2;
}
</style>