Shades of Light Sea Green #3ABCB2
Tints of Light Sea Green #3ABCB2
RGB
CMYK
RGB Variations
Color information
#3ABCB2 (or 0x3ABCB2) is known color: Light Sea Green. HEX triplet: 3A, BC and B2. RGB value is (58,188,178). Sum of RGB (Red+Green+Blue) = 58+188+178=424 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.68% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABCB2 is #C5434D. Grayscale: #939393. Windows color (decimal): -12927822 or 11713594. OLE color: 11713594.
HSL color Cylindrical-coordinate representation of color #3ABCB2: hue angle of 175.38º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABCB2 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 188 | 178 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.26 |
| HSL | 175.38º | 0.53% | 0.48% | - |
| HSV(B) | 175.38º | 0.69% | 0.74% | - |
| XYZ | 27.76 | 40.08 | 48.39 | - |
| YUV | 147.99 | 144.93 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 188 | 178 | 0.69 | 0 | 0.05 | 0.26 | 175.38 | 0.53 | 0.48 |
| Hex | 3A | BC | B2 | 45 | 0 | 5 | 1A | AF | 35 | 30 |
| Octal | 72 | 274 | 262 | 105 | 0 | 5 | 32 | 257 | 65 | 60 |
| Binary | 111010 | 10111100 | 10110010 | 1000101 | 0 | 101 | 11010 | 10101111 | 110101 | 110000 |
Color Harmonies of #3ABCB2
Complementary color
Monochromatic Colors of #3ABCB2
Black with #3ABCB2
Text Example
Text Example
White with #3ABCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABCB2; }
p { color: rgb(58,188,178); }
H1.HeaderClassName
{
color: #3ABCB2;
}
.AnyTagClassName
{
color: #3ABCB2;
}
</style>
background-color css
<style>
a { background-color: #3ABCB2; }
a { background-color: rgb(58,188,178); }
div.DivClassName
{
background-color: #3ABCB2;
}
.BgClassName
{
background-color: #3ABCB2;
}
</style>
border-color css
<style>
span { border-color: #3ABCB2; }
span { border-color: rgb(58,188,178); }
td.TdClassName
{
border-color: #3ABCB2;
}
.TagClassName
{
border-color: #3ABCB2;
}
</style>