Shades of Light Sea Green #3AAFA6
Tints of Light Sea Green #3AAFA6
RGB
CMYK
RGB Variations
Color information
#3AAFA6 (or 0x3AAFA6) is known color: Light Sea Green. HEX triplet: 3A, AF and A6. RGB value is (58,175,166). Sum of RGB (Red+Green+Blue) = 58+175+166=399 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.54% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAFA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAFA6 is #C55059. Grayscale: #8A8A8A. Windows color (decimal): -12931162 or 10923834. OLE color: 10923834.
HSL color Cylindrical-coordinate representation of color #3AAFA6: hue angle of 175.38º 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 #3AAFA6 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 175 | 166 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.31 |
| HSL | 175.38º | 0.5% | 0.46% | - |
| HSV(B) | 175.38º | 0.67% | 0.69% | - |
| XYZ | 23.96 | 34.31 | 41.44 | - |
| YUV | 138.99 | 143.24 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 175 | 166 | 0.67 | 0 | 0.05 | 0.31 | 175.38 | 0.5 | 0.46 |
| Hex | 3A | AF | A6 | 43 | 0 | 5 | 1F | AF | 32 | 2E |
| Octal | 72 | 257 | 246 | 103 | 0 | 5 | 37 | 257 | 62 | 56 |
| Binary | 111010 | 10101111 | 10100110 | 1000011 | 0 | 101 | 11111 | 10101111 | 110010 | 101110 |
Color Harmonies of #3AAFA6
Complementary color
Monochromatic Colors of #3AAFA6
Black with #3AAFA6
Text Example
Text Example
White with #3AAFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAFA6; }
p { color: rgb(58,175,166); }
H1.HeaderClassName
{
color: #3AAFA6;
}
.AnyTagClassName
{
color: #3AAFA6;
}
</style>
background-color css
<style>
a { background-color: #3AAFA6; }
a { background-color: rgb(58,175,166); }
div.DivClassName
{
background-color: #3AAFA6;
}
.BgClassName
{
background-color: #3AAFA6;
}
</style>
border-color css
<style>
span { border-color: #3AAFA6; }
span { border-color: rgb(58,175,166); }
td.TdClassName
{
border-color: #3AAFA6;
}
.TagClassName
{
border-color: #3AAFA6;
}
</style>