Shades of Light Sea Green #3BAEA6
Tints of Light Sea Green #3BAEA6
RGB
CMYK
RGB Variations
Color information
#3BAEA6 (or 0x3BAEA6) is known color: Light Sea Green. HEX triplet: 3B, AE and A6. RGB value is (59,174,166). Sum of RGB (Red+Green+Blue) = 59+174+166=399 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.79% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAEA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAEA6 is #C45159. Grayscale: #8A8A8A. Windows color (decimal): -12865882 or 10923579. OLE color: 10923579.
HSL color Cylindrical-coordinate representation of color #3BAEA6: hue angle of 175.83º 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 #3BAEA6 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 174 | 166 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.32 |
| HSL | 175.83º | 0.49% | 0.46% | - |
| HSV(B) | 175.83º | 0.66% | 0.68% | - |
| XYZ | 23.82 | 33.96 | 41.37 | - |
| YUV | 138.7 | 143.4 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 166 | 0.66 | 0 | 0.05 | 0.32 | 175.83 | 0.49 | 0.46 |
| Hex | 3B | AE | A6 | 42 | 0 | 5 | 20 | B0 | 31 | 2E |
| Octal | 73 | 256 | 246 | 102 | 0 | 5 | 40 | 260 | 61 | 56 |
| Binary | 111011 | 10101110 | 10100110 | 1000010 | 0 | 101 | 100000 | 10110000 | 110001 | 101110 |
Color Harmonies of #3BAEA6
Complementary color
Monochromatic Colors of #3BAEA6
Black with #3BAEA6
Text Example
Text Example
White with #3BAEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAEA6; }
p { color: rgb(59,174,166); }
H1.HeaderClassName
{
color: #3BAEA6;
}
.AnyTagClassName
{
color: #3BAEA6;
}
</style>
background-color css
<style>
a { background-color: #3BAEA6; }
a { background-color: rgb(59,174,166); }
div.DivClassName
{
background-color: #3BAEA6;
}
.BgClassName
{
background-color: #3BAEA6;
}
</style>
border-color css
<style>
span { border-color: #3BAEA6; }
span { border-color: rgb(59,174,166); }
td.TdClassName
{
border-color: #3BAEA6;
}
.TagClassName
{
border-color: #3BAEA6;
}
</style>