Shades of Shamrock #38DBB0
Tints of Shamrock #38DBB0
RGB
CMYK
RGB Variations
Color information
#38DBB0 (or 0x38DBB0) is known color: Shamrock. HEX triplet: 38, DB and B0. RGB value is (56,219,176). Sum of RGB (Red+Green+Blue) = 56+219+176=451 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.42% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 219 - color contains mainly: green. Hex color #38DBB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38DBB0 is #C7244F. Grayscale: #A5A5A5. Windows color (decimal): -13050960 or 11590456. OLE color: 11590456.
HSL color Cylindrical-coordinate representation of color #38DBB0: hue angle of 164.17º 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 #38DBB0 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 219 | 176 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.14 |
| HSL | 164.17º | 0.69% | 0.54% | - |
| HSV(B) | 164.17º | 0.74% | 0.86% | - |
| XYZ | 34.8 | 54.64 | 49.79 | - |
| YUV | 165.36 | 134 | 50 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 219 | 176 | 0.74 | 0 | 0.20 | 0.14 | 164.17 | 0.69 | 0.54 |
| Hex | 38 | DB | B0 | 4A | 0 | 14 | E | A4 | 45 | 36 |
| Octal | 70 | 333 | 260 | 112 | 0 | 24 | 16 | 244 | 105 | 66 |
| Binary | 111000 | 11011011 | 10110000 | 1001010 | 0 | 10100 | 1110 | 10100100 | 1000101 | 110110 |
Color Harmonies of #38DBB0
Complementary color
Monochromatic Colors of #38DBB0
Black with #38DBB0
Text Example
Text Example
White with #38DBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DBB0; }
p { color: rgb(56,219,176); }
H1.HeaderClassName
{
color: #38DBB0;
}
.AnyTagClassName
{
color: #38DBB0;
}
</style>
background-color css
<style>
a { background-color: #38DBB0; }
a { background-color: rgb(56,219,176); }
div.DivClassName
{
background-color: #38DBB0;
}
.BgClassName
{
background-color: #38DBB0;
}
</style>
border-color css
<style>
span { border-color: #38DBB0; }
span { border-color: rgb(56,219,176); }
td.TdClassName
{
border-color: #38DBB0;
}
.TagClassName
{
border-color: #38DBB0;
}
</style>