Shades of Light Sea Green #3AAFAF
Tints of Light Sea Green #3AAFAF
RGB
CMYK
RGB Variations
Color information
#3AAFAF (or 0x3AAFAF) is known color: Light Sea Green. HEX triplet: 3A, AF and AF. RGB value is (58,175,175). Sum of RGB (Red+Green+Blue) = 58+175+175=408 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.22% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #3AAFAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAFAF is #C55050. Grayscale: #8B8B8B. Windows color (decimal): -12931153 or 11513658. OLE color: 11513658.
HSL color Cylindrical-coordinate representation of color #3AAFAF: hue angle of 180º 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 #3AAFAF is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 175 | 175 | - |
| CMYK | 0.67 | 0 | 0 | 0.31 |
| HSL | 180º | 0.5% | 0.46% | - |
| HSV(B) | 180º | 0.67% | 0.69% | - |
| XYZ | 24.81 | 34.65 | 45.94 | - |
| YUV | 140.02 | 147.74 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 175 | 175 | 0.67 | 0 | 0 | 0.31 | 180 | 0.5 | 0.46 |
| Hex | 3A | AF | AF | 43 | 0 | 0 | 1F | B4 | 32 | 2E |
| Octal | 72 | 257 | 257 | 103 | 0 | 0 | 37 | 264 | 62 | 56 |
| Binary | 111010 | 10101111 | 10101111 | 1000011 | 0 | 0 | 11111 | 10110100 | 110010 | 101110 |
Color Harmonies of #3AAFAF
Complementary color
Monochromatic Colors of #3AAFAF
Black with #3AAFAF
Text Example
Text Example
White with #3AAFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAFAF; }
p { color: rgb(58,175,175); }
H1.HeaderClassName
{
color: #3AAFAF;
}
.AnyTagClassName
{
color: #3AAFAF;
}
</style>
background-color css
<style>
a { background-color: #3AAFAF; }
a { background-color: rgb(58,175,175); }
div.DivClassName
{
background-color: #3AAFAF;
}
.BgClassName
{
background-color: #3AAFAF;
}
</style>
border-color css
<style>
span { border-color: #3AAFAF; }
span { border-color: rgb(58,175,175); }
td.TdClassName
{
border-color: #3AAFAF;
}
.TagClassName
{
border-color: #3AAFAF;
}
</style>