Shades of Light Sea Green #3BA9AB
Tints of Light Sea Green #3BA9AB
RGB
CMYK
RGB Variations
Color information
#3BA9AB (or 0x3BA9AB) is known color: Light Sea Green. HEX triplet: 3B, A9 and AB. RGB value is (59,169,171). Sum of RGB (Red+Green+Blue) = 59+169+171=399 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.79% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #3BA9AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA9AB is #C45654. Grayscale: #888888. Windows color (decimal): -12867157 or 11249979. OLE color: 11249979.
HSL color Cylindrical-coordinate representation of color #3BA9AB: hue angle of 181.07º 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 #3BA9AB is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 169 | 171 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.33 |
| HSL | 181.07º | 0.49% | 0.45% | - |
| HSV(B) | 181.07º | 0.65% | 0.67% | - |
| XYZ | 23.34 | 32.25 | 43.52 | - |
| YUV | 136.34 | 147.56 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 169 | 171 | 0.65 | 0.01 | 0 | 0.33 | 181.07 | 0.49 | 0.45 |
| Hex | 3B | A9 | AB | 41 | 1 | 0 | 21 | B5 | 31 | 2D |
| Octal | 73 | 251 | 253 | 101 | 1 | 0 | 41 | 265 | 61 | 55 |
| Binary | 111011 | 10101001 | 10101011 | 1000001 | 1 | 0 | 100001 | 10110101 | 110001 | 101101 |
Color Harmonies of #3BA9AB
Complementary color
Monochromatic Colors of #3BA9AB
Black with #3BA9AB
Text Example
Text Example
White with #3BA9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA9AB; }
p { color: rgb(59,169,171); }
H1.HeaderClassName
{
color: #3BA9AB;
}
.AnyTagClassName
{
color: #3BA9AB;
}
</style>
background-color css
<style>
a { background-color: #3BA9AB; }
a { background-color: rgb(59,169,171); }
div.DivClassName
{
background-color: #3BA9AB;
}
.BgClassName
{
background-color: #3BA9AB;
}
</style>
border-color css
<style>
span { border-color: #3BA9AB; }
span { border-color: rgb(59,169,171); }
td.TdClassName
{
border-color: #3BA9AB;
}
.TagClassName
{
border-color: #3BA9AB;
}
</style>