Shades of Light Sea Green #3BAEA0
Tints of Light Sea Green #3BAEA0
RGB
CMYK
RGB Variations
Color information
#3BAEA0 (or 0x3BAEA0) is known color: Light Sea Green. HEX triplet: 3B, AE and A0. RGB value is (59,174,160). Sum of RGB (Red+Green+Blue) = 59+174+160=393 (52% of max value = 765). Red value is 59 (23.44% from 255 or 15.01% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAEA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAEA0 is #C4515F. Grayscale: #898989. Windows color (decimal): -12865888 or 10530363. OLE color: 10530363.
HSL color Cylindrical-coordinate representation of color #3BAEA0: hue angle of 172.7º 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 #3BAEA0 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 174 | 160 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.32 |
| HSL | 172.7º | 0.49% | 0.46% | - |
| HSV(B) | 172.7º | 0.66% | 0.68% | - |
| XYZ | 23.28 | 33.74 | 38.54 | - |
| YUV | 138.02 | 140.4 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 160 | 0.66 | 0 | 0.08 | 0.32 | 172.7 | 0.49 | 0.46 |
| Hex | 3B | AE | A0 | 42 | 0 | 8 | 20 | AD | 31 | 2E |
| Octal | 73 | 256 | 240 | 102 | 0 | 10 | 40 | 255 | 61 | 56 |
| Binary | 111011 | 10101110 | 10100000 | 1000010 | 0 | 1000 | 100000 | 10101101 | 110001 | 101110 |
Color Harmonies of #3BAEA0
Complementary color
Monochromatic Colors of #3BAEA0
Black with #3BAEA0
Text Example
Text Example
White with #3BAEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAEA0; }
p { color: rgb(59,174,160); }
H1.HeaderClassName
{
color: #3BAEA0;
}
.AnyTagClassName
{
color: #3BAEA0;
}
</style>
background-color css
<style>
a { background-color: #3BAEA0; }
a { background-color: rgb(59,174,160); }
div.DivClassName
{
background-color: #3BAEA0;
}
.BgClassName
{
background-color: #3BAEA0;
}
</style>
border-color css
<style>
span { border-color: #3BAEA0; }
span { border-color: rgb(59,174,160); }
td.TdClassName
{
border-color: #3BAEA0;
}
.TagClassName
{
border-color: #3BAEA0;
}
</style>