Shades of Shamrock #3AFBAB
Tints of Shamrock #3AFBAB
RGB
CMYK
RGB Variations
Color information
#3AFBAB (or 0x3AFBAB) is known color: Shamrock. HEX triplet: 3A, FB and AB. RGB value is (58,251,171). Sum of RGB (Red+Green+Blue) = 58+251+171=480 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.08% from 480); Green value is 251 (98.44% from 255 or 52.29% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFBAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFBAB is #C50454. Grayscale: #B8B8B8. Windows color (decimal): -12911701 or 11270970. OLE color: 11270970.
HSL color Cylindrical-coordinate representation of color #3AFBAB: hue angle of 155.13º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFBAB is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 251 | 171 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.02 |
| HSL | 155.13º | 0.96% | 0.61% | - |
| HSV(B) | 155.13º | 0.77% | 0.98% | - |
| XYZ | 43.59 | 72.83 | 50.29 | - |
| YUV | 184.17 | 120.56 | 38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 251 | 171 | 0.77 | 0 | 0.32 | 0.02 | 155.13 | 0.96 | 0.61 |
| Hex | 3A | FB | AB | 4D | 0 | 20 | 2 | 9B | 60 | 3D |
| Octal | 72 | 373 | 253 | 115 | 0 | 40 | 2 | 233 | 140 | 75 |
| Binary | 111010 | 11111011 | 10101011 | 1001101 | 0 | 100000 | 10 | 10011011 | 1100000 | 111101 |
Color Harmonies of #3AFBAB
Complementary color
Monochromatic Colors of #3AFBAB
Black with #3AFBAB
Text Example
Text Example
White with #3AFBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFBAB; }
p { color: rgb(58,251,171); }
H1.HeaderClassName
{
color: #3AFBAB;
}
.AnyTagClassName
{
color: #3AFBAB;
}
</style>
background-color css
<style>
a { background-color: #3AFBAB; }
a { background-color: rgb(58,251,171); }
div.DivClassName
{
background-color: #3AFBAB;
}
.BgClassName
{
background-color: #3AFBAB;
}
</style>
border-color css
<style>
span { border-color: #3AFBAB; }
span { border-color: rgb(58,251,171); }
td.TdClassName
{
border-color: #3AFBAB;
}
.TagClassName
{
border-color: #3AFBAB;
}
</style>