Shades of Light Sea Green #3BABAE
Tints of Light Sea Green #3BABAE
RGB
CMYK
RGB Variations
Color information
#3BABAE (or 0x3BABAE) is known color: Light Sea Green. HEX triplet: 3B, AB and AE. RGB value is (59,171,174). Sum of RGB (Red+Green+Blue) = 59+171+174=404 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.60% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #3BABAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BABAE is #C45451. Grayscale: #898989. Windows color (decimal): -12866642 or 11447099. OLE color: 11447099.
HSL color Cylindrical-coordinate representation of color #3BABAE: hue angle of 181.57º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BABAE is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 171 | 174 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.32 |
| HSL | 181.57º | 0.49% | 0.46% | - |
| HSV(B) | 181.57º | 0.66% | 0.68% | - |
| XYZ | 24.01 | 33.11 | 45.17 | - |
| YUV | 137.85 | 148.39 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 171 | 174 | 0.66 | 0.02 | 0 | 0.32 | 181.57 | 0.49 | 0.46 |
| Hex | 3B | AB | AE | 42 | 2 | 0 | 20 | B6 | 31 | 2E |
| Octal | 73 | 253 | 256 | 102 | 2 | 0 | 40 | 266 | 61 | 56 |
| Binary | 111011 | 10101011 | 10101110 | 1000010 | 10 | 0 | 100000 | 10110110 | 110001 | 101110 |
Color Harmonies of #3BABAE
Complementary color
Monochromatic Colors of #3BABAE
Black with #3BABAE
Text Example
Text Example
White with #3BABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BABAE; }
p { color: rgb(59,171,174); }
H1.HeaderClassName
{
color: #3BABAE;
}
.AnyTagClassName
{
color: #3BABAE;
}
</style>
background-color css
<style>
a { background-color: #3BABAE; }
a { background-color: rgb(59,171,174); }
div.DivClassName
{
background-color: #3BABAE;
}
.BgClassName
{
background-color: #3BABAE;
}
</style>
border-color css
<style>
span { border-color: #3BABAE; }
span { border-color: rgb(59,171,174); }
td.TdClassName
{
border-color: #3BABAE;
}
.TagClassName
{
border-color: #3BABAE;
}
</style>