Shades of Light Sea Green #3AAFA3
Tints of Light Sea Green #3AAFA3
RGB
CMYK
RGB Variations
Color information
#3AAFA3 (or 0x3AAFA3) is known color: Light Sea Green. HEX triplet: 3A, AF and A3. RGB value is (58,175,163). Sum of RGB (Red+Green+Blue) = 58+175+163=396 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.65% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 163 (64.06% from 255 or 41.16% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAFA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAFA3 is #C5505C. Grayscale: #8A8A8A. Windows color (decimal): -12931165 or 10727226. OLE color: 10727226.
HSL color Cylindrical-coordinate representation of color #3AAFA3: hue angle of 173.85º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AAFA3 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 175 | 163 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.31 |
| HSL | 173.85º | 0.5% | 0.46% | - |
| HSV(B) | 173.85º | 0.67% | 0.69% | - |
| XYZ | 23.69 | 34.2 | 40 | - |
| YUV | 138.65 | 141.74 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 175 | 163 | 0.67 | 0 | 0.07 | 0.31 | 173.85 | 0.5 | 0.46 |
| Hex | 3A | AF | A3 | 43 | 0 | 7 | 1F | AE | 32 | 2E |
| Octal | 72 | 257 | 243 | 103 | 0 | 7 | 37 | 256 | 62 | 56 |
| Binary | 111010 | 10101111 | 10100011 | 1000011 | 0 | 111 | 11111 | 10101110 | 110010 | 101110 |
Color Harmonies of #3AAFA3
Complementary color
Monochromatic Colors of #3AAFA3
Black with #3AAFA3
Text Example
Text Example
White with #3AAFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAFA3; }
p { color: rgb(58,175,163); }
H1.HeaderClassName
{
color: #3AAFA3;
}
.AnyTagClassName
{
color: #3AAFA3;
}
</style>
background-color css
<style>
a { background-color: #3AAFA3; }
a { background-color: rgb(58,175,163); }
div.DivClassName
{
background-color: #3AAFA3;
}
.BgClassName
{
background-color: #3AAFA3;
}
</style>
border-color css
<style>
span { border-color: #3AAFA3; }
span { border-color: rgb(58,175,163); }
td.TdClassName
{
border-color: #3AAFA3;
}
.TagClassName
{
border-color: #3AAFA3;
}
</style>