Shades of Light Sea Green #3AAFAE
Tints of Light Sea Green #3AAFAE
RGB
CMYK
RGB Variations
Color information
#3AAFAE (or 0x3AAFAE) is known color: Light Sea Green. HEX triplet: 3A, AF and AE. RGB value is (58,175,174). Sum of RGB (Red+Green+Blue) = 58+175+174=407 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.25% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAFAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAFAE is #C55051. Grayscale: #8B8B8B. Windows color (decimal): -12931154 or 11448122. OLE color: 11448122.
HSL color Cylindrical-coordinate representation of color #3AAFAE: hue angle of 179.49º 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 #3AAFAE is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 175 | 174 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.31 |
| HSL | 179.49º | 0.5% | 0.46% | - |
| HSV(B) | 179.49º | 0.67% | 0.69% | - |
| XYZ | 24.71 | 34.62 | 45.42 | - |
| YUV | 139.9 | 147.24 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 175 | 174 | 0.67 | 0 | 0.01 | 0.31 | 179.49 | 0.5 | 0.46 |
| Hex | 3A | AF | AE | 43 | 0 | 1 | 1F | B3 | 32 | 2E |
| Octal | 72 | 257 | 256 | 103 | 0 | 1 | 37 | 263 | 62 | 56 |
| Binary | 111010 | 10101111 | 10101110 | 1000011 | 0 | 1 | 11111 | 10110011 | 110010 | 101110 |
Color Harmonies of #3AAFAE
Complementary color
Monochromatic Colors of #3AAFAE
Black with #3AAFAE
Text Example
Text Example
White with #3AAFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAFAE; }
p { color: rgb(58,175,174); }
H1.HeaderClassName
{
color: #3AAFAE;
}
.AnyTagClassName
{
color: #3AAFAE;
}
</style>
background-color css
<style>
a { background-color: #3AAFAE; }
a { background-color: rgb(58,175,174); }
div.DivClassName
{
background-color: #3AAFAE;
}
.BgClassName
{
background-color: #3AAFAE;
}
</style>
border-color css
<style>
span { border-color: #3AAFAE; }
span { border-color: rgb(58,175,174); }
td.TdClassName
{
border-color: #3AAFAE;
}
.TagClassName
{
border-color: #3AAFAE;
}
</style>