Shades of Light Sea Green #3BAFA1
Tints of Light Sea Green #3BAFA1
RGB
CMYK
RGB Variations
Color information
#3BAFA1 (or 0x3BAFA1) is known color: Light Sea Green. HEX triplet: 3B, AF and A1. RGB value is (59,175,161). Sum of RGB (Red+Green+Blue) = 59+175+161=395 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.94% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 161 (63.28% from 255 or 40.76% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAFA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAFA1 is #C4505E. Grayscale: #8A8A8A. Windows color (decimal): -12865631 or 10596155. OLE color: 10596155.
HSL color Cylindrical-coordinate representation of color #3BAFA1: hue angle of 172.76º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAFA1 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 175 | 161 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.31 |
| HSL | 172.76º | 0.5% | 0.46% | - |
| HSV(B) | 172.76º | 0.66% | 0.69% | - |
| XYZ | 23.57 | 34.16 | 39.07 | - |
| YUV | 138.72 | 140.57 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 161 | 0.66 | 0 | 0.08 | 0.31 | 172.76 | 0.5 | 0.46 |
| Hex | 3B | AF | A1 | 42 | 0 | 8 | 1F | AD | 32 | 2E |
| Octal | 73 | 257 | 241 | 102 | 0 | 10 | 37 | 255 | 62 | 56 |
| Binary | 111011 | 10101111 | 10100001 | 1000010 | 0 | 1000 | 11111 | 10101101 | 110010 | 101110 |
Color Harmonies of #3BAFA1
Complementary color
Monochromatic Colors of #3BAFA1
Black with #3BAFA1
Text Example
Text Example
White with #3BAFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAFA1; }
p { color: rgb(59,175,161); }
H1.HeaderClassName
{
color: #3BAFA1;
}
.AnyTagClassName
{
color: #3BAFA1;
}
</style>
background-color css
<style>
a { background-color: #3BAFA1; }
a { background-color: rgb(59,175,161); }
div.DivClassName
{
background-color: #3BAFA1;
}
.BgClassName
{
background-color: #3BAFA1;
}
</style>
border-color css
<style>
span { border-color: #3BAFA1; }
span { border-color: rgb(59,175,161); }
td.TdClassName
{
border-color: #3BAFA1;
}
.TagClassName
{
border-color: #3BAFA1;
}
</style>