Shades of Shamrock #38DBB2
Tints of Shamrock #38DBB2
RGB
CMYK
RGB Variations
Color information
#38DBB2 (or 0x38DBB2) is known color: Shamrock. HEX triplet: 38, DB and B2. RGB value is (56,219,178). Sum of RGB (Red+Green+Blue) = 56+219+178=453 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.36% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #38DBB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38DBB2 is #C7244D. Grayscale: #A5A5A5. Windows color (decimal): -13050958 or 11721528. OLE color: 11721528.
HSL color Cylindrical-coordinate representation of color #38DBB2: hue angle of 164.91º 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 #38DBB2 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 219 | 178 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.14 |
| HSL | 164.91º | 0.69% | 0.54% | - |
| HSV(B) | 164.91º | 0.74% | 0.86% | - |
| XYZ | 35 | 54.72 | 50.84 | - |
| YUV | 165.59 | 135 | 49.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 219 | 178 | 0.74 | 0 | 0.19 | 0.14 | 164.91 | 0.69 | 0.54 |
| Hex | 38 | DB | B2 | 4A | 0 | 13 | E | A5 | 45 | 36 |
| Octal | 70 | 333 | 262 | 112 | 0 | 23 | 16 | 245 | 105 | 66 |
| Binary | 111000 | 11011011 | 10110010 | 1001010 | 0 | 10011 | 1110 | 10100101 | 1000101 | 110110 |
Color Harmonies of #38DBB2
Complementary color
Monochromatic Colors of #38DBB2
Black with #38DBB2
Text Example
Text Example
White with #38DBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DBB2; }
p { color: rgb(56,219,178); }
H1.HeaderClassName
{
color: #38DBB2;
}
.AnyTagClassName
{
color: #38DBB2;
}
</style>
background-color css
<style>
a { background-color: #38DBB2; }
a { background-color: rgb(56,219,178); }
div.DivClassName
{
background-color: #38DBB2;
}
.BgClassName
{
background-color: #38DBB2;
}
</style>
border-color css
<style>
span { border-color: #38DBB2; }
span { border-color: rgb(56,219,178); }
td.TdClassName
{
border-color: #38DBB2;
}
.TagClassName
{
border-color: #38DBB2;
}
</style>