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