Shades of Light Sea Green #3BAFA3
Tints of Light Sea Green #3BAFA3
RGB
CMYK
RGB Variations
Color information
#3BAFA3 (or 0x3BAFA3) is known color: Light Sea Green. HEX triplet: 3B, AF and A3. RGB value is (59,175,163). Sum of RGB (Red+Green+Blue) = 59+175+163=397 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.86% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 163 (64.06% from 255 or 41.06% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAFA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAFA3 is #C4505C. Grayscale: #8A8A8A. Windows color (decimal): -12865629 or 10727227. OLE color: 10727227.
HSL color Cylindrical-coordinate representation of color #3BAFA3: hue angle of 173.79º 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 #3BAFA3 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 175 | 163 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.31 |
| HSL | 173.79º | 0.5% | 0.46% | - |
| HSV(B) | 173.79º | 0.66% | 0.69% | - |
| XYZ | 23.74 | 34.23 | 40.01 | - |
| YUV | 138.95 | 141.57 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 163 | 0.66 | 0 | 0.07 | 0.31 | 173.79 | 0.5 | 0.46 |
| Hex | 3B | AF | A3 | 42 | 0 | 7 | 1F | AE | 32 | 2E |
| Octal | 73 | 257 | 243 | 102 | 0 | 7 | 37 | 256 | 62 | 56 |
| Binary | 111011 | 10101111 | 10100011 | 1000010 | 0 | 111 | 11111 | 10101110 | 110010 | 101110 |
Color Harmonies of #3BAFA3
Complementary color
Monochromatic Colors of #3BAFA3
Black with #3BAFA3
Text Example
Text Example
White with #3BAFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAFA3; }
p { color: rgb(59,175,163); }
H1.HeaderClassName
{
color: #3BAFA3;
}
.AnyTagClassName
{
color: #3BAFA3;
}
</style>
background-color css
<style>
a { background-color: #3BAFA3; }
a { background-color: rgb(59,175,163); }
div.DivClassName
{
background-color: #3BAFA3;
}
.BgClassName
{
background-color: #3BAFA3;
}
</style>
border-color css
<style>
span { border-color: #3BAFA3; }
span { border-color: rgb(59,175,163); }
td.TdClassName
{
border-color: #3BAFA3;
}
.TagClassName
{
border-color: #3BAFA3;
}
</style>