Shades of Light Sea Green #3ABDB2
Tints of Light Sea Green #3ABDB2
RGB
CMYK
RGB Variations
Color information
#3ABDB2 (or 0x3ABDB2) is known color: Light Sea Green. HEX triplet: 3A, BD and B2. RGB value is (58,189,178). Sum of RGB (Red+Green+Blue) = 58+189+178=425 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.65% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 189 - color contains mainly: green. Hex color #3ABDB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABDB2 is #C5424D. Grayscale: #949494. Windows color (decimal): -12927566 or 11713850. OLE color: 11713850.
HSL color Cylindrical-coordinate representation of color #3ABDB2: hue angle of 174.96º 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 #3ABDB2 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 189 | 178 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.26 |
| HSL | 174.96º | 0.53% | 0.48% | - |
| HSV(B) | 174.96º | 0.69% | 0.74% | - |
| XYZ | 27.98 | 40.51 | 48.46 | - |
| YUV | 148.58 | 144.6 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 189 | 178 | 0.69 | 0 | 0.06 | 0.26 | 174.96 | 0.53 | 0.48 |
| Hex | 3A | BD | B2 | 45 | 0 | 6 | 1A | AF | 35 | 30 |
| Octal | 72 | 275 | 262 | 105 | 0 | 6 | 32 | 257 | 65 | 60 |
| Binary | 111010 | 10111101 | 10110010 | 1000101 | 0 | 110 | 11010 | 10101111 | 110101 | 110000 |
Color Harmonies of #3ABDB2
Complementary color
Monochromatic Colors of #3ABDB2
Black with #3ABDB2
Text Example
Text Example
White with #3ABDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABDB2; }
p { color: rgb(58,189,178); }
H1.HeaderClassName
{
color: #3ABDB2;
}
.AnyTagClassName
{
color: #3ABDB2;
}
</style>
background-color css
<style>
a { background-color: #3ABDB2; }
a { background-color: rgb(58,189,178); }
div.DivClassName
{
background-color: #3ABDB2;
}
.BgClassName
{
background-color: #3ABDB2;
}
</style>
border-color css
<style>
span { border-color: #3ABDB2; }
span { border-color: rgb(58,189,178); }
td.TdClassName
{
border-color: #3ABDB2;
}
.TagClassName
{
border-color: #3ABDB2;
}
</style>