Shades of Light Sea Green #3AB1AD
Tints of Light Sea Green #3AB1AD
RGB
CMYK
RGB Variations
Color information
#3AB1AD (or 0x3AB1AD) is known color: Light Sea Green. HEX triplet: 3A, B1 and AD. RGB value is (58,177,173). Sum of RGB (Red+Green+Blue) = 58+177+173=408 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.22% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 177 - color contains mainly: green. Hex color #3AB1AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AB1AD is #C54E52. Grayscale: #8C8C8C. Windows color (decimal): -12930643 or 11383098. OLE color: 11383098.
HSL color Cylindrical-coordinate representation of color #3AB1AD: hue angle of 177.98º degrees, saturation: 0.51, 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 #3AB1AD is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 177 | 173 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.31 |
| HSL | 177.98º | 0.51% | 0.46% | - |
| HSV(B) | 177.98º | 0.67% | 0.69% | - |
| XYZ | 25.01 | 35.36 | 45.04 | - |
| YUV | 140.96 | 146.08 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 177 | 173 | 0.67 | 0 | 0.02 | 0.31 | 177.98 | 0.51 | 0.46 |
| Hex | 3A | B1 | AD | 43 | 0 | 2 | 1F | B2 | 33 | 2E |
| Octal | 72 | 261 | 255 | 103 | 0 | 2 | 37 | 262 | 63 | 56 |
| Binary | 111010 | 10110001 | 10101101 | 1000011 | 0 | 10 | 11111 | 10110010 | 110011 | 101110 |
Color Harmonies of #3AB1AD
Complementary color
Monochromatic Colors of #3AB1AD
Black with #3AB1AD
Text Example
Text Example
White with #3AB1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB1AD; }
p { color: rgb(58,177,173); }
H1.HeaderClassName
{
color: #3AB1AD;
}
.AnyTagClassName
{
color: #3AB1AD;
}
</style>
background-color css
<style>
a { background-color: #3AB1AD; }
a { background-color: rgb(58,177,173); }
div.DivClassName
{
background-color: #3AB1AD;
}
.BgClassName
{
background-color: #3AB1AD;
}
</style>
border-color css
<style>
span { border-color: #3AB1AD; }
span { border-color: rgb(58,177,173); }
td.TdClassName
{
border-color: #3AB1AD;
}
.TagClassName
{
border-color: #3AB1AD;
}
</style>