Shades of Shamrock #39DFB0
Tints of Shamrock #39DFB0
RGB
CMYK
RGB Variations
Color information
#39DFB0 (or 0x39DFB0) is known color: Shamrock. HEX triplet: 39, DF and B0. RGB value is (57,223,176). Sum of RGB (Red+Green+Blue) = 57+223+176=456 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.5% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #39DFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39DFB0 is #C6204F. Grayscale: #A8A8A8. Windows color (decimal): -12984400 or 11591481. OLE color: 11591481.
HSL color Cylindrical-coordinate representation of color #39DFB0: hue angle of 163.01º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39DFB0 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 223 | 176 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.13 |
| HSL | 163.01º | 0.72% | 0.55% | - |
| HSV(B) | 163.01º | 0.74% | 0.87% | - |
| XYZ | 35.91 | 56.78 | 50.14 | - |
| YUV | 168.01 | 132.5 | 48.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 223 | 176 | 0.74 | 0 | 0.21 | 0.13 | 163.01 | 0.72 | 0.55 |
| Hex | 39 | DF | B0 | 4A | 0 | 15 | D | A3 | 48 | 37 |
| Octal | 71 | 337 | 260 | 112 | 0 | 25 | 15 | 243 | 110 | 67 |
| Binary | 111001 | 11011111 | 10110000 | 1001010 | 0 | 10101 | 1101 | 10100011 | 1001000 | 110111 |
Color Harmonies of #39DFB0
Complementary color
Monochromatic Colors of #39DFB0
Black with #39DFB0
Text Example
Text Example
White with #39DFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DFB0; }
p { color: rgb(57,223,176); }
H1.HeaderClassName
{
color: #39DFB0;
}
.AnyTagClassName
{
color: #39DFB0;
}
</style>
background-color css
<style>
a { background-color: #39DFB0; }
a { background-color: rgb(57,223,176); }
div.DivClassName
{
background-color: #39DFB0;
}
.BgClassName
{
background-color: #39DFB0;
}
</style>
border-color css
<style>
span { border-color: #39DFB0; }
span { border-color: rgb(57,223,176); }
td.TdClassName
{
border-color: #39DFB0;
}
.TagClassName
{
border-color: #39DFB0;
}
</style>