Shades of Light Sea Green #3ABEB2
Tints of Light Sea Green #3ABEB2
RGB
CMYK
RGB Variations
Color information
#3ABEB2 (or 0x3ABEB2) is known color: Light Sea Green. HEX triplet: 3A, BE and B2. RGB value is (58,190,178). Sum of RGB (Red+Green+Blue) = 58+190+178=426 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.62% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 178 (69.92% from 255 or 41.78% from 426); Max value from RGB is 190 - color contains mainly: green. Hex color #3ABEB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABEB2 is #C5414D. Grayscale: #959595. Windows color (decimal): -12927310 or 11714106. OLE color: 11714106.
HSL color Cylindrical-coordinate representation of color #3ABEB2: hue angle of 174.55º 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 #3ABEB2 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 190 | 178 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.25 |
| HSL | 174.55º | 0.53% | 0.49% | - |
| HSV(B) | 174.55º | 0.69% | 0.75% | - |
| XYZ | 28.19 | 40.94 | 48.54 | - |
| YUV | 149.16 | 144.27 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 190 | 178 | 0.69 | 0 | 0.06 | 0.25 | 174.55 | 0.53 | 0.49 |
| Hex | 3A | BE | B2 | 45 | 0 | 6 | 19 | AF | 35 | 31 |
| Octal | 72 | 276 | 262 | 105 | 0 | 6 | 31 | 257 | 65 | 61 |
| Binary | 111010 | 10111110 | 10110010 | 1000101 | 0 | 110 | 11001 | 10101111 | 110101 | 110001 |
Color Harmonies of #3ABEB2
Complementary color
Monochromatic Colors of #3ABEB2
Black with #3ABEB2
Text Example
Text Example
White with #3ABEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABEB2; }
p { color: rgb(58,190,178); }
H1.HeaderClassName
{
color: #3ABEB2;
}
.AnyTagClassName
{
color: #3ABEB2;
}
</style>
background-color css
<style>
a { background-color: #3ABEB2; }
a { background-color: rgb(58,190,178); }
div.DivClassName
{
background-color: #3ABEB2;
}
.BgClassName
{
background-color: #3ABEB2;
}
</style>
border-color css
<style>
span { border-color: #3ABEB2; }
span { border-color: rgb(58,190,178); }
td.TdClassName
{
border-color: #3ABEB2;
}
.TagClassName
{
border-color: #3ABEB2;
}
</style>