Shades of Light Sea Green #3BAEA5
Tints of Light Sea Green #3BAEA5
RGB
CMYK
RGB Variations
Color information
#3BAEA5 (or 0x3BAEA5) is known color: Light Sea Green. HEX triplet: 3B, AE and A5. RGB value is (59,174,165). Sum of RGB (Red+Green+Blue) = 59+174+165=398 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.82% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAEA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAEA5 is #C4515A. Grayscale: #8A8A8A. Windows color (decimal): -12865883 or 10858043. OLE color: 10858043.
HSL color Cylindrical-coordinate representation of color #3BAEA5: hue angle of 175.3º 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 #3BAEA5 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 174 | 165 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.32 |
| HSL | 175.3º | 0.49% | 0.46% | - |
| HSV(B) | 175.3º | 0.66% | 0.68% | - |
| XYZ | 23.73 | 33.92 | 40.89 | - |
| YUV | 138.59 | 142.9 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 165 | 0.66 | 0 | 0.05 | 0.32 | 175.3 | 0.49 | 0.46 |
| Hex | 3B | AE | A5 | 42 | 0 | 5 | 20 | AF | 31 | 2E |
| Octal | 73 | 256 | 245 | 102 | 0 | 5 | 40 | 257 | 61 | 56 |
| Binary | 111011 | 10101110 | 10100101 | 1000010 | 0 | 101 | 100000 | 10101111 | 110001 | 101110 |
Color Harmonies of #3BAEA5
Complementary color
Monochromatic Colors of #3BAEA5
Black with #3BAEA5
Text Example
Text Example
White with #3BAEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAEA5; }
p { color: rgb(59,174,165); }
H1.HeaderClassName
{
color: #3BAEA5;
}
.AnyTagClassName
{
color: #3BAEA5;
}
</style>
background-color css
<style>
a { background-color: #3BAEA5; }
a { background-color: rgb(59,174,165); }
div.DivClassName
{
background-color: #3BAEA5;
}
.BgClassName
{
background-color: #3BAEA5;
}
</style>
border-color css
<style>
span { border-color: #3BAEA5; }
span { border-color: rgb(59,174,165); }
td.TdClassName
{
border-color: #3BAEA5;
}
.TagClassName
{
border-color: #3BAEA5;
}
</style>