Shades of Light Sea Green #3ABBB2
Tints of Light Sea Green #3ABBB2
RGB
CMYK
RGB Variations
Color information
#3ABBB2 (or 0x3ABBB2) is known color: Light Sea Green. HEX triplet: 3A, BB and B2. RGB value is (58,187,178). Sum of RGB (Red+Green+Blue) = 58+187+178=423 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.71% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 187 - color contains mainly: green. Hex color #3ABBB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABBB2 is #C5444D. Grayscale: #939393. Windows color (decimal): -12928078 or 11713338. OLE color: 11713338.
HSL color Cylindrical-coordinate representation of color #3ABBB2: hue angle of 175.81º degrees, saturation: 0.53, 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 #3ABBB2 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 187 | 178 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.27 |
| HSL | 175.81º | 0.53% | 0.48% | - |
| HSV(B) | 175.81º | 0.69% | 0.73% | - |
| XYZ | 27.55 | 39.65 | 48.32 | - |
| YUV | 147.4 | 145.26 | 64.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 187 | 178 | 0.69 | 0 | 0.05 | 0.27 | 175.81 | 0.53 | 0.48 |
| Hex | 3A | BB | B2 | 45 | 0 | 5 | 1B | B0 | 35 | 30 |
| Octal | 72 | 273 | 262 | 105 | 0 | 5 | 33 | 260 | 65 | 60 |
| Binary | 111010 | 10111011 | 10110010 | 1000101 | 0 | 101 | 11011 | 10110000 | 110101 | 110000 |
Color Harmonies of #3ABBB2
Complementary color
Monochromatic Colors of #3ABBB2
Black with #3ABBB2
Text Example
Text Example
White with #3ABBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABBB2; }
p { color: rgb(58,187,178); }
H1.HeaderClassName
{
color: #3ABBB2;
}
.AnyTagClassName
{
color: #3ABBB2;
}
</style>
background-color css
<style>
a { background-color: #3ABBB2; }
a { background-color: rgb(58,187,178); }
div.DivClassName
{
background-color: #3ABBB2;
}
.BgClassName
{
background-color: #3ABBB2;
}
</style>
border-color css
<style>
span { border-color: #3ABBB2; }
span { border-color: rgb(58,187,178); }
td.TdClassName
{
border-color: #3ABBB2;
}
.TagClassName
{
border-color: #3ABBB2;
}
</style>