Shades of Light Sea Green #3ABEB0
Tints of Light Sea Green #3ABEB0
RGB
CMYK
RGB Variations
Color information
#3ABEB0 (or 0x3ABEB0) is known color: Light Sea Green. HEX triplet: 3A, BE and B0. RGB value is (58,190,176). Sum of RGB (Red+Green+Blue) = 58+190+176=424 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.68% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 190 - color contains mainly: green. Hex color #3ABEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABEB0 is #C5414F. Grayscale: #949494. Windows color (decimal): -12927312 or 11583034. OLE color: 11583034.
HSL color Cylindrical-coordinate representation of color #3ABEB0: hue angle of 173.64º 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 #3ABEB0 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 190 | 176 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.25 |
| HSL | 173.64º | 0.53% | 0.49% | - |
| HSV(B) | 173.64º | 0.69% | 0.75% | - |
| XYZ | 27.99 | 40.86 | 47.49 | - |
| YUV | 148.94 | 143.27 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 190 | 176 | 0.69 | 0 | 0.07 | 0.25 | 173.64 | 0.53 | 0.49 |
| Hex | 3A | BE | B0 | 45 | 0 | 7 | 19 | AE | 35 | 31 |
| Octal | 72 | 276 | 260 | 105 | 0 | 7 | 31 | 256 | 65 | 61 |
| Binary | 111010 | 10111110 | 10110000 | 1000101 | 0 | 111 | 11001 | 10101110 | 110101 | 110001 |
Color Harmonies of #3ABEB0
Complementary color
Monochromatic Colors of #3ABEB0
Black with #3ABEB0
Text Example
Text Example
White with #3ABEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABEB0; }
p { color: rgb(58,190,176); }
H1.HeaderClassName
{
color: #3ABEB0;
}
.AnyTagClassName
{
color: #3ABEB0;
}
</style>
background-color css
<style>
a { background-color: #3ABEB0; }
a { background-color: rgb(58,190,176); }
div.DivClassName
{
background-color: #3ABEB0;
}
.BgClassName
{
background-color: #3ABEB0;
}
</style>
border-color css
<style>
span { border-color: #3ABEB0; }
span { border-color: rgb(58,190,176); }
td.TdClassName
{
border-color: #3ABEB0;
}
.TagClassName
{
border-color: #3ABEB0;
}
</style>