Shades of Light Sea Green #3BAEAA
Tints of Light Sea Green #3BAEAA
RGB
CMYK
RGB Variations
Color information
#3BAEAA (or 0x3BAEAA) is known color: Light Sea Green. HEX triplet: 3B, AE and AA. RGB value is (59,174,170). Sum of RGB (Red+Green+Blue) = 59+174+170=403 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.64% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAEAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAEAA is #C45155. Grayscale: #8B8B8B. Windows color (decimal): -12865878 or 11185723. OLE color: 11185723.
HSL color Cylindrical-coordinate representation of color #3BAEAA: hue angle of 177.91º 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 #3BAEAA is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 174 | 170 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.32 |
| HSL | 177.91º | 0.49% | 0.46% | - |
| HSV(B) | 177.91º | 0.66% | 0.68% | - |
| XYZ | 24.2 | 34.1 | 43.34 | - |
| YUV | 139.16 | 145.4 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 170 | 0.66 | 0 | 0.02 | 0.32 | 177.91 | 0.49 | 0.46 |
| Hex | 3B | AE | AA | 42 | 0 | 2 | 20 | B2 | 31 | 2E |
| Octal | 73 | 256 | 252 | 102 | 0 | 2 | 40 | 262 | 61 | 56 |
| Binary | 111011 | 10101110 | 10101010 | 1000010 | 0 | 10 | 100000 | 10110010 | 110001 | 101110 |
Color Harmonies of #3BAEAA
Complementary color
Monochromatic Colors of #3BAEAA
Black with #3BAEAA
Text Example
Text Example
White with #3BAEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAEAA; }
p { color: rgb(59,174,170); }
H1.HeaderClassName
{
color: #3BAEAA;
}
.AnyTagClassName
{
color: #3BAEAA;
}
</style>
background-color css
<style>
a { background-color: #3BAEAA; }
a { background-color: rgb(59,174,170); }
div.DivClassName
{
background-color: #3BAEAA;
}
.BgClassName
{
background-color: #3BAEAA;
}
</style>
border-color css
<style>
span { border-color: #3BAEAA; }
span { border-color: rgb(59,174,170); }
td.TdClassName
{
border-color: #3BAEAA;
}
.TagClassName
{
border-color: #3BAEAA;
}
</style>