Shades of Shamrock #3BBEA8
Tints of Shamrock #3BBEA8
RGB
CMYK
RGB Variations
Color information
#3BBEA8 (or 0x3BBEA8) is known color: Shamrock. HEX triplet: 3B, BE and A8. RGB value is (59,190,168). Sum of RGB (Red+Green+Blue) = 59+190+168=417 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.15% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 168 (66.02% from 255 or 40.29% from 417); Max value from RGB is 190 - color contains mainly: green. Hex color #3BBEA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBEA8 is #C44157. Grayscale: #949494. Windows color (decimal): -12861784 or 11058747. OLE color: 11058747.
HSL color Cylindrical-coordinate representation of color #3BBEA8: hue angle of 169.92º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBEA8 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 190 | 168 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.25 |
| HSL | 169.92º | 0.53% | 0.49% | - |
| HSV(B) | 169.92º | 0.69% | 0.75% | - |
| XYZ | 27.28 | 40.58 | 43.44 | - |
| YUV | 148.32 | 139.1 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 190 | 168 | 0.69 | 0 | 0.12 | 0.25 | 169.92 | 0.53 | 0.49 |
| Hex | 3B | BE | A8 | 45 | 0 | C | 19 | AA | 35 | 31 |
| Octal | 73 | 276 | 250 | 105 | 0 | 14 | 31 | 252 | 65 | 61 |
| Binary | 111011 | 10111110 | 10101000 | 1000101 | 0 | 1100 | 11001 | 10101010 | 110101 | 110001 |
Color Harmonies of #3BBEA8
Complementary color
Monochromatic Colors of #3BBEA8
Black with #3BBEA8
Text Example
Text Example
White with #3BBEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBEA8; }
p { color: rgb(59,190,168); }
H1.HeaderClassName
{
color: #3BBEA8;
}
.AnyTagClassName
{
color: #3BBEA8;
}
</style>
background-color css
<style>
a { background-color: #3BBEA8; }
a { background-color: rgb(59,190,168); }
div.DivClassName
{
background-color: #3BBEA8;
}
.BgClassName
{
background-color: #3BBEA8;
}
</style>
border-color css
<style>
span { border-color: #3BBEA8; }
span { border-color: rgb(59,190,168); }
td.TdClassName
{
border-color: #3BBEA8;
}
.TagClassName
{
border-color: #3BBEA8;
}
</style>