Shades of Light Sea Green #3BAAA5
Tints of Light Sea Green #3BAAA5
RGB
CMYK
RGB Variations
Color information
#3BAAA5 (or 0x3BAAA5) is known color: Light Sea Green. HEX triplet: 3B, AA and A5. RGB value is (59,170,165). Sum of RGB (Red+Green+Blue) = 59+170+165=394 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.97% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 165 (64.84% from 255 or 41.88% from 394); Max value from RGB is 170 - color contains mainly: green. Hex color #3BAAA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAAA5 is #C4555A. Grayscale: #888888. Windows color (decimal): -12866907 or 10857019. OLE color: 10857019.
HSL color Cylindrical-coordinate representation of color #3BAAA5: hue angle of 177.3º degrees, saturation: 0.48, 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 #3BAAA5 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 170 | 165 | - |
| CMYK | 0.65 | 0 | 0.03 | 0.33 |
| HSL | 177.3º | 0.48% | 0.45% | - |
| HSV(B) | 177.3º | 0.65% | 0.67% | - |
| XYZ | 22.97 | 32.4 | 40.64 | - |
| YUV | 136.24 | 144.23 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 170 | 165 | 0.65 | 0 | 0.03 | 0.33 | 177.3 | 0.48 | 0.45 |
| Hex | 3B | AA | A5 | 41 | 0 | 3 | 21 | B1 | 30 | 2D |
| Octal | 73 | 252 | 245 | 101 | 0 | 3 | 41 | 261 | 60 | 55 |
| Binary | 111011 | 10101010 | 10100101 | 1000001 | 0 | 11 | 100001 | 10110001 | 110000 | 101101 |
Color Harmonies of #3BAAA5
Complementary color
Monochromatic Colors of #3BAAA5
Black with #3BAAA5
Text Example
Text Example
White with #3BAAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAAA5; }
p { color: rgb(59,170,165); }
H1.HeaderClassName
{
color: #3BAAA5;
}
.AnyTagClassName
{
color: #3BAAA5;
}
</style>
background-color css
<style>
a { background-color: #3BAAA5; }
a { background-color: rgb(59,170,165); }
div.DivClassName
{
background-color: #3BAAA5;
}
.BgClassName
{
background-color: #3BAAA5;
}
</style>
border-color css
<style>
span { border-color: #3BAAA5; }
span { border-color: rgb(59,170,165); }
td.TdClassName
{
border-color: #3BAAA5;
}
.TagClassName
{
border-color: #3BAAA5;
}
</style>