Shades of Light Sea Green #3AAFA8
Tints of Light Sea Green #3AAFA8
RGB
CMYK
RGB Variations
Color information
#3AAFA8 (or 0x3AAFA8) is known color: Light Sea Green. HEX triplet: 3A, AF and A8. RGB value is (58,175,168). Sum of RGB (Red+Green+Blue) = 58+175+168=401 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.46% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAFA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAFA8 is #C55057. Grayscale: #8B8B8B. Windows color (decimal): -12931160 or 11054906. OLE color: 11054906.
HSL color Cylindrical-coordinate representation of color #3AAFA8: hue angle of 176.41º 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 #3AAFA8 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 175 | 168 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.31 |
| HSL | 176.41º | 0.5% | 0.46% | - |
| HSV(B) | 176.41º | 0.67% | 0.69% | - |
| XYZ | 24.14 | 34.39 | 42.41 | - |
| YUV | 139.22 | 144.24 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 175 | 168 | 0.67 | 0 | 0.04 | 0.31 | 176.41 | 0.5 | 0.46 |
| Hex | 3A | AF | A8 | 43 | 0 | 4 | 1F | B0 | 32 | 2E |
| Octal | 72 | 257 | 250 | 103 | 0 | 4 | 37 | 260 | 62 | 56 |
| Binary | 111010 | 10101111 | 10101000 | 1000011 | 0 | 100 | 11111 | 10110000 | 110010 | 101110 |
Color Harmonies of #3AAFA8
Complementary color
Monochromatic Colors of #3AAFA8
Black with #3AAFA8
Text Example
Text Example
White with #3AAFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAFA8; }
p { color: rgb(58,175,168); }
H1.HeaderClassName
{
color: #3AAFA8;
}
.AnyTagClassName
{
color: #3AAFA8;
}
</style>
background-color css
<style>
a { background-color: #3AAFA8; }
a { background-color: rgb(58,175,168); }
div.DivClassName
{
background-color: #3AAFA8;
}
.BgClassName
{
background-color: #3AAFA8;
}
</style>
border-color css
<style>
span { border-color: #3AAFA8; }
span { border-color: rgb(58,175,168); }
td.TdClassName
{
border-color: #3AAFA8;
}
.TagClassName
{
border-color: #3AAFA8;
}
</style>