Shades of Light Sea Green #3ABEAD
Tints of Light Sea Green #3ABEAD
RGB
CMYK
RGB Variations
Color information
#3ABEAD (or 0x3ABEAD) is known color: Light Sea Green. HEX triplet: 3A, BE and AD. RGB value is (58,190,173). Sum of RGB (Red+Green+Blue) = 58+190+173=421 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.78% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 190 - color contains mainly: green. Hex color #3ABEAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABEAD is #C54152. Grayscale: #949494. Windows color (decimal): -12927315 or 11386426. OLE color: 11386426.
HSL color Cylindrical-coordinate representation of color #3ABEAD: hue angle of 172.27º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABEAD is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 190 | 173 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.25 |
| HSL | 172.27º | 0.53% | 0.49% | - |
| HSV(B) | 172.27º | 0.69% | 0.75% | - |
| XYZ | 27.7 | 40.74 | 45.94 | - |
| YUV | 148.59 | 141.77 | 63.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 190 | 173 | 0.69 | 0 | 0.09 | 0.25 | 172.27 | 0.53 | 0.49 |
| Hex | 3A | BE | AD | 45 | 0 | 9 | 19 | AC | 35 | 31 |
| Octal | 72 | 276 | 255 | 105 | 0 | 11 | 31 | 254 | 65 | 61 |
| Binary | 111010 | 10111110 | 10101101 | 1000101 | 0 | 1001 | 11001 | 10101100 | 110101 | 110001 |
Color Harmonies of #3ABEAD
Complementary color
Monochromatic Colors of #3ABEAD
Black with #3ABEAD
Text Example
Text Example
White with #3ABEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABEAD; }
p { color: rgb(58,190,173); }
H1.HeaderClassName
{
color: #3ABEAD;
}
.AnyTagClassName
{
color: #3ABEAD;
}
</style>
background-color css
<style>
a { background-color: #3ABEAD; }
a { background-color: rgb(58,190,173); }
div.DivClassName
{
background-color: #3ABEAD;
}
.BgClassName
{
background-color: #3ABEAD;
}
</style>
border-color css
<style>
span { border-color: #3ABEAD; }
span { border-color: rgb(58,190,173); }
td.TdClassName
{
border-color: #3ABEAD;
}
.TagClassName
{
border-color: #3ABEAD;
}
</style>