Shades of Light Sea Green #3ABAB5
Tints of Light Sea Green #3ABAB5
RGB
CMYK
RGB Variations
Color information
#3ABAB5 (or 0x3ABAB5) is known color: Light Sea Green. HEX triplet: 3A, BA and B5. RGB value is (58,186,181). Sum of RGB (Red+Green+Blue) = 58+186+181=425 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.65% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABAB5 is #C5454A. Grayscale: #939393. Windows color (decimal): -12928331 or 11909690. OLE color: 11909690.
HSL color Cylindrical-coordinate representation of color #3ABAB5: hue angle of 177.66º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABAB5 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 186 | 181 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.27 |
| HSL | 177.66º | 0.52% | 0.48% | - |
| HSV(B) | 177.66º | 0.69% | 0.73% | - |
| XYZ | 27.64 | 39.35 | 49.86 | - |
| YUV | 147.16 | 147.09 | 64.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 181 | 0.69 | 0 | 0.03 | 0.27 | 177.66 | 0.52 | 0.48 |
| Hex | 3A | BA | B5 | 45 | 0 | 3 | 1B | B2 | 34 | 30 |
| Octal | 72 | 272 | 265 | 105 | 0 | 3 | 33 | 262 | 64 | 60 |
| Binary | 111010 | 10111010 | 10110101 | 1000101 | 0 | 11 | 11011 | 10110010 | 110100 | 110000 |
Color Harmonies of #3ABAB5
Complementary color
Monochromatic Colors of #3ABAB5
Black with #3ABAB5
Text Example
Text Example
White with #3ABAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABAB5; }
p { color: rgb(58,186,181); }
H1.HeaderClassName
{
color: #3ABAB5;
}
.AnyTagClassName
{
color: #3ABAB5;
}
</style>
background-color css
<style>
a { background-color: #3ABAB5; }
a { background-color: rgb(58,186,181); }
div.DivClassName
{
background-color: #3ABAB5;
}
.BgClassName
{
background-color: #3ABAB5;
}
</style>
border-color css
<style>
span { border-color: #3ABAB5; }
span { border-color: rgb(58,186,181); }
td.TdClassName
{
border-color: #3ABAB5;
}
.TagClassName
{
border-color: #3ABAB5;
}
</style>