Shades of Light Sea Green #3AB0AF
Tints of Light Sea Green #3AB0AF
RGB
CMYK
RGB Variations
Color information
#3AB0AF (or 0x3AB0AF) is known color: Light Sea Green. HEX triplet: 3A, B0 and AF. RGB value is (58,176,175). Sum of RGB (Red+Green+Blue) = 58+176+175=409 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.18% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 176 - color contains mainly: green. Hex color #3AB0AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AB0AF is #C54F50. Grayscale: #8C8C8C. Windows color (decimal): -12930897 or 11513914. OLE color: 11513914.
HSL color Cylindrical-coordinate representation of color #3AB0AF: 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 #3AB0AF is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 176 | 175 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.31 |
| HSL | 179.49º | 0.5% | 0.46% | - |
| HSV(B) | 179.49º | 0.67% | 0.69% | - |
| XYZ | 25.01 | 35.05 | 46 | - |
| YUV | 140.6 | 147.41 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 176 | 175 | 0.67 | 0 | 0.01 | 0.31 | 179.49 | 0.5 | 0.46 |
| Hex | 3A | B0 | AF | 43 | 0 | 1 | 1F | B3 | 32 | 2E |
| Octal | 72 | 260 | 257 | 103 | 0 | 1 | 37 | 263 | 62 | 56 |
| Binary | 111010 | 10110000 | 10101111 | 1000011 | 0 | 1 | 11111 | 10110011 | 110010 | 101110 |
Color Harmonies of #3AB0AF
Complementary color
Monochromatic Colors of #3AB0AF
Black with #3AB0AF
Text Example
Text Example
White with #3AB0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB0AF; }
p { color: rgb(58,176,175); }
H1.HeaderClassName
{
color: #3AB0AF;
}
.AnyTagClassName
{
color: #3AB0AF;
}
</style>
background-color css
<style>
a { background-color: #3AB0AF; }
a { background-color: rgb(58,176,175); }
div.DivClassName
{
background-color: #3AB0AF;
}
.BgClassName
{
background-color: #3AB0AF;
}
</style>
border-color css
<style>
span { border-color: #3AB0AF; }
span { border-color: rgb(58,176,175); }
td.TdClassName
{
border-color: #3AB0AF;
}
.TagClassName
{
border-color: #3AB0AF;
}
</style>