Shades of Light Sea Green #3BABAB
Tints of Light Sea Green #3BABAB
RGB
CMYK
RGB Variations
Color information
#3BABAB (or 0x3BABAB) is known color: Light Sea Green. HEX triplet: 3B, AB and AB. RGB value is (59,171,171). Sum of RGB (Red+Green+Blue) = 59+171+171=401 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.71% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #3BABAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BABAB is #C45454. Grayscale: #898989. Windows color (decimal): -12866645 or 11250491. OLE color: 11250491.
HSL color Cylindrical-coordinate representation of color #3BABAB: hue angle of 180º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BABAB is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 171 | 171 | - |
| CMYK | 0.65 | 0 | 0 | 0.33 |
| HSL | 180º | 0.49% | 0.45% | - |
| HSV(B) | 180º | 0.65% | 0.67% | - |
| XYZ | 23.72 | 33 | 43.65 | - |
| YUV | 137.51 | 146.89 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 171 | 171 | 0.65 | 0 | 0 | 0.33 | 180 | 0.49 | 0.45 |
| Hex | 3B | AB | AB | 41 | 0 | 0 | 21 | B4 | 31 | 2D |
| Octal | 73 | 253 | 253 | 101 | 0 | 0 | 41 | 264 | 61 | 55 |
| Binary | 111011 | 10101011 | 10101011 | 1000001 | 0 | 0 | 100001 | 10110100 | 110001 | 101101 |
Color Harmonies of #3BABAB
Complementary color
Monochromatic Colors of #3BABAB
Black with #3BABAB
Text Example
Text Example
White with #3BABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BABAB; }
p { color: rgb(59,171,171); }
H1.HeaderClassName
{
color: #3BABAB;
}
.AnyTagClassName
{
color: #3BABAB;
}
</style>
background-color css
<style>
a { background-color: #3BABAB; }
a { background-color: rgb(59,171,171); }
div.DivClassName
{
background-color: #3BABAB;
}
.BgClassName
{
background-color: #3BABAB;
}
</style>
border-color css
<style>
span { border-color: #3BABAB; }
span { border-color: rgb(59,171,171); }
td.TdClassName
{
border-color: #3BABAB;
}
.TagClassName
{
border-color: #3BABAB;
}
</style>