Shades of Light Sea Green #3BAAAF
Tints of Light Sea Green #3BAAAF
RGB
CMYK
RGB Variations
Color information
#3BAAAF (or 0x3BAAAF) is known color: Light Sea Green. HEX triplet: 3B, AA and AF. RGB value is (59,170,175). Sum of RGB (Red+Green+Blue) = 59+170+175=404 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.60% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #3BAAAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAAAF is #C45550. Grayscale: #898989. Windows color (decimal): -12866897 or 11512379. OLE color: 11512379.
HSL color Cylindrical-coordinate representation of color #3BAAAF: hue angle of 182.59º 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 #3BAAAF is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 170 | 175 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.31 |
| HSL | 182.59º | 0.5% | 0.46% | - |
| HSV(B) | 182.59º | 0.66% | 0.69% | - |
| XYZ | 23.92 | 32.77 | 45.62 | - |
| YUV | 137.38 | 149.23 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 170 | 175 | 0.66 | 0.03 | 0 | 0.31 | 182.59 | 0.5 | 0.46 |
| Hex | 3B | AA | AF | 42 | 3 | 0 | 1F | B7 | 32 | 2E |
| Octal | 73 | 252 | 257 | 102 | 3 | 0 | 37 | 267 | 62 | 56 |
| Binary | 111011 | 10101010 | 10101111 | 1000010 | 11 | 0 | 11111 | 10110111 | 110010 | 101110 |
Color Harmonies of #3BAAAF
Complementary color
Monochromatic Colors of #3BAAAF
Black with #3BAAAF
Text Example
Text Example
White with #3BAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAAAF; }
p { color: rgb(59,170,175); }
H1.HeaderClassName
{
color: #3BAAAF;
}
.AnyTagClassName
{
color: #3BAAAF;
}
</style>
background-color css
<style>
a { background-color: #3BAAAF; }
a { background-color: rgb(59,170,175); }
div.DivClassName
{
background-color: #3BAAAF;
}
.BgClassName
{
background-color: #3BAAAF;
}
</style>
border-color css
<style>
span { border-color: #3BAAAF; }
span { border-color: rgb(59,170,175); }
td.TdClassName
{
border-color: #3BAAAF;
}
.TagClassName
{
border-color: #3BAAAF;
}
</style>