Shades of Light Sea Green #3ABDB4
Tints of Light Sea Green #3ABDB4
RGB
CMYK
RGB Variations
Color information
#3ABDB4 (or 0x3ABDB4) is known color: Light Sea Green. HEX triplet: 3A, BD and B4. RGB value is (58,189,180). Sum of RGB (Red+Green+Blue) = 58+189+180=427 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.58% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 189 - color contains mainly: green. Hex color #3ABDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABDB4 is #C5424B. Grayscale: #949494. Windows color (decimal): -12927564 or 11844922. OLE color: 11844922.
HSL color Cylindrical-coordinate representation of color #3ABDB4: hue angle of 175.88º 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 #3ABDB4 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 189 | 180 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.26 |
| HSL | 175.88º | 0.53% | 0.48% | - |
| HSV(B) | 175.88º | 0.69% | 0.74% | - |
| XYZ | 28.18 | 40.59 | 49.53 | - |
| YUV | 148.81 | 145.6 | 63.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 189 | 180 | 0.69 | 0 | 0.05 | 0.26 | 175.88 | 0.53 | 0.48 |
| Hex | 3A | BD | B4 | 45 | 0 | 5 | 1A | B0 | 35 | 30 |
| Octal | 72 | 275 | 264 | 105 | 0 | 5 | 32 | 260 | 65 | 60 |
| Binary | 111010 | 10111101 | 10110100 | 1000101 | 0 | 101 | 11010 | 10110000 | 110101 | 110000 |
Color Harmonies of #3ABDB4
Complementary color
Monochromatic Colors of #3ABDB4
Black with #3ABDB4
Text Example
Text Example
White with #3ABDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABDB4; }
p { color: rgb(58,189,180); }
H1.HeaderClassName
{
color: #3ABDB4;
}
.AnyTagClassName
{
color: #3ABDB4;
}
</style>
background-color css
<style>
a { background-color: #3ABDB4; }
a { background-color: rgb(58,189,180); }
div.DivClassName
{
background-color: #3ABDB4;
}
.BgClassName
{
background-color: #3ABDB4;
}
</style>
border-color css
<style>
span { border-color: #3ABDB4; }
span { border-color: rgb(58,189,180); }
td.TdClassName
{
border-color: #3ABDB4;
}
.TagClassName
{
border-color: #3ABDB4;
}
</style>