Shades of Light Sea Green #3AB9AF
Tints of Light Sea Green #3AB9AF
RGB
CMYK
RGB Variations
Color information
#3AB9AF (or 0x3AB9AF) is known color: Light Sea Green. HEX triplet: 3A, B9 and AF. RGB value is (58,185,175). Sum of RGB (Red+Green+Blue) = 58+185+175=418 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.88% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 185 - color contains mainly: green. Hex color #3AB9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AB9AF is #C54650. Grayscale: #919191. Windows color (decimal): -12928593 or 11516218. OLE color: 11516218.
HSL color Cylindrical-coordinate representation of color #3AB9AF: hue angle of 175.28º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3AB9AF is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 185 | 175 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.27 |
| HSL | 175.28º | 0.52% | 0.48% | - |
| HSV(B) | 175.28º | 0.69% | 0.73% | - |
| XYZ | 26.83 | 38.69 | 46.61 | - |
| YUV | 145.89 | 144.42 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 185 | 175 | 0.69 | 0 | 0.05 | 0.27 | 175.28 | 0.52 | 0.48 |
| Hex | 3A | B9 | AF | 45 | 0 | 5 | 1B | AF | 34 | 30 |
| Octal | 72 | 271 | 257 | 105 | 0 | 5 | 33 | 257 | 64 | 60 |
| Binary | 111010 | 10111001 | 10101111 | 1000101 | 0 | 101 | 11011 | 10101111 | 110100 | 110000 |
Color Harmonies of #3AB9AF
Complementary color
Monochromatic Colors of #3AB9AF
Black with #3AB9AF
Text Example
Text Example
White with #3AB9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB9AF; }
p { color: rgb(58,185,175); }
H1.HeaderClassName
{
color: #3AB9AF;
}
.AnyTagClassName
{
color: #3AB9AF;
}
</style>
background-color css
<style>
a { background-color: #3AB9AF; }
a { background-color: rgb(58,185,175); }
div.DivClassName
{
background-color: #3AB9AF;
}
.BgClassName
{
background-color: #3AB9AF;
}
</style>
border-color css
<style>
span { border-color: #3AB9AF; }
span { border-color: rgb(58,185,175); }
td.TdClassName
{
border-color: #3AB9AF;
}
.TagClassName
{
border-color: #3AB9AF;
}
</style>