Shades of Shamrock #3BEEAF
Tints of Shamrock #3BEEAF
RGB
CMYK
RGB Variations
Color information
#3BEEAF (or 0x3BEEAF) is known color: Shamrock. HEX triplet: 3B, EE and AF. RGB value is (59,238,175). Sum of RGB (Red+Green+Blue) = 59+238+175=472 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.5% from 472); Green value is 238 (93.36% from 255 or 50.42% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 238 - color contains mainly: green. Hex color #3BEEAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BEEAF is #C41150. Grayscale: #B1B1B1. Windows color (decimal): -12849489 or 11529787. OLE color: 11529787.
HSL color Cylindrical-coordinate representation of color #3BEEAF: hue angle of 158.88º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEEAF is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 238 | 175 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.07 |
| HSL | 158.88º | 0.84% | 0.58% | - |
| HSV(B) | 158.88º | 0.75% | 0.93% | - |
| XYZ | 40.12 | 65.17 | 51.02 | - |
| YUV | 177.3 | 126.7 | 43.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 238 | 175 | 0.75 | 0 | 0.26 | 0.07 | 158.88 | 0.84 | 0.58 |
| Hex | 3B | EE | AF | 4B | 0 | 1A | 7 | 9F | 54 | 3A |
| Octal | 73 | 356 | 257 | 113 | 0 | 32 | 7 | 237 | 124 | 72 |
| Binary | 111011 | 11101110 | 10101111 | 1001011 | 0 | 11010 | 111 | 10011111 | 1010100 | 111010 |
Color Harmonies of #3BEEAF
Complementary color
Monochromatic Colors of #3BEEAF
Black with #3BEEAF
Text Example
Text Example
White with #3BEEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEEAF; }
p { color: rgb(59,238,175); }
H1.HeaderClassName
{
color: #3BEEAF;
}
.AnyTagClassName
{
color: #3BEEAF;
}
</style>
background-color css
<style>
a { background-color: #3BEEAF; }
a { background-color: rgb(59,238,175); }
div.DivClassName
{
background-color: #3BEEAF;
}
.BgClassName
{
background-color: #3BEEAF;
}
</style>
border-color css
<style>
span { border-color: #3BEEAF; }
span { border-color: rgb(59,238,175); }
td.TdClassName
{
border-color: #3BEEAF;
}
.TagClassName
{
border-color: #3BEEAF;
}
</style>