Shades of Light Sea Green #3AC0AF
Tints of Light Sea Green #3AC0AF
RGB
CMYK
RGB Variations
Color information
#3AC0AF (or 0x3AC0AF) is known color: Light Sea Green. HEX triplet: 3A, C0 and AF. RGB value is (58,192,175). Sum of RGB (Red+Green+Blue) = 58+192+175=425 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.65% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC0AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC0AF is #C53F50. Grayscale: #959595. Windows color (decimal): -12926801 or 11518010. OLE color: 11518010.
HSL color Cylindrical-coordinate representation of color #3AC0AF: hue angle of 172.39º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC0AF is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 175 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.25 |
| HSL | 172.39º | 0.54% | 0.49% | - |
| HSV(B) | 172.39º | 0.7% | 0.75% | - |
| XYZ | 28.33 | 41.69 | 47.11 | - |
| YUV | 150 | 142.11 | 62.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 175 | 0.70 | 0 | 0.09 | 0.25 | 172.39 | 0.54 | 0.49 |
| Hex | 3A | C0 | AF | 46 | 0 | 9 | 19 | AC | 36 | 31 |
| Octal | 72 | 300 | 257 | 106 | 0 | 11 | 31 | 254 | 66 | 61 |
| Binary | 111010 | 11000000 | 10101111 | 1000110 | 0 | 1001 | 11001 | 10101100 | 110110 | 110001 |
Color Harmonies of #3AC0AF
Complementary color
Monochromatic Colors of #3AC0AF
Black with #3AC0AF
Text Example
Text Example
White with #3AC0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC0AF; }
p { color: rgb(58,192,175); }
H1.HeaderClassName
{
color: #3AC0AF;
}
.AnyTagClassName
{
color: #3AC0AF;
}
</style>
background-color css
<style>
a { background-color: #3AC0AF; }
a { background-color: rgb(58,192,175); }
div.DivClassName
{
background-color: #3AC0AF;
}
.BgClassName
{
background-color: #3AC0AF;
}
</style>
border-color css
<style>
span { border-color: #3AC0AF; }
span { border-color: rgb(58,192,175); }
td.TdClassName
{
border-color: #3AC0AF;
}
.TagClassName
{
border-color: #3AC0AF;
}
</style>