Shades of Shamrock #3BDBAF
Tints of Shamrock #3BDBAF
RGB
CMYK
RGB Variations
Color information
#3BDBAF (or 0x3BDBAF) is known color: Shamrock. HEX triplet: 3B, DB and AF. RGB value is (59,219,175). Sum of RGB (Red+Green+Blue) = 59+219+175=453 (60% of max value = 765). Red value is 59 (23.44% from 255 or 13.02% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #3BDBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BDBAF is #C42450. Grayscale: #A6A6A6. Windows color (decimal): -12854353 or 11524923. OLE color: 11524923.
HSL color Cylindrical-coordinate representation of color #3BDBAF: hue angle of 163.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDBAF is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 219 | 175 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.14 |
| HSL | 163.5º | 0.69% | 0.55% | - |
| HSV(B) | 163.5º | 0.73% | 0.86% | - |
| XYZ | 34.87 | 54.69 | 49.28 | - |
| YUV | 166.14 | 132.99 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 219 | 175 | 0.73 | 0 | 0.20 | 0.14 | 163.5 | 0.69 | 0.55 |
| Hex | 3B | DB | AF | 49 | 0 | 14 | E | A4 | 45 | 37 |
| Octal | 73 | 333 | 257 | 111 | 0 | 24 | 16 | 244 | 105 | 67 |
| Binary | 111011 | 11011011 | 10101111 | 1001001 | 0 | 10100 | 1110 | 10100100 | 1000101 | 110111 |
Color Harmonies of #3BDBAF
Complementary color
Monochromatic Colors of #3BDBAF
Black with #3BDBAF
Text Example
Text Example
White with #3BDBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDBAF; }
p { color: rgb(59,219,175); }
H1.HeaderClassName
{
color: #3BDBAF;
}
.AnyTagClassName
{
color: #3BDBAF;
}
</style>
background-color css
<style>
a { background-color: #3BDBAF; }
a { background-color: rgb(59,219,175); }
div.DivClassName
{
background-color: #3BDBAF;
}
.BgClassName
{
background-color: #3BDBAF;
}
</style>
border-color css
<style>
span { border-color: #3BDBAF; }
span { border-color: rgb(59,219,175); }
td.TdClassName
{
border-color: #3BDBAF;
}
.TagClassName
{
border-color: #3BDBAF;
}
</style>