Shades of Light Sea Green #2ABFB5
Tints of Light Sea Green #2ABFB5
RGB
CMYK
RGB Variations
Color information
#2ABFB5 (or 0x2ABFB5) is known color: Light Sea Green. HEX triplet: 2A, BF and B5. RGB value is (42,191,181). Sum of RGB (Red+Green+Blue) = 42+191+181=414 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.14% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 181 (71.09% from 255 or 43.72% from 414); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABFB5 is #D5404A. Grayscale: #919191. Windows color (decimal): -13975627 or 11910954. OLE color: 11910954.
HSL color Cylindrical-coordinate representation of color #2ABFB5: hue angle of 175.97º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABFB5 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 191 | 181 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.25 |
| HSL | 175.97º | 0.64% | 0.46% | - |
| HSV(B) | 175.97º | 0.78% | 0.75% | - |
| XYZ | 27.93 | 41.09 | 50.18 | - |
| YUV | 145.31 | 148.14 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 181 | 0.78 | 0 | 0.05 | 0.25 | 175.97 | 0.64 | 0.46 |
| Hex | 2A | BF | B5 | 4E | 0 | 5 | 19 | B0 | 40 | 2E |
| Octal | 52 | 277 | 265 | 116 | 0 | 5 | 31 | 260 | 100 | 56 |
| Binary | 101010 | 10111111 | 10110101 | 1001110 | 0 | 101 | 11001 | 10110000 | 1000000 | 101110 |
Color Harmonies of #2ABFB5
Complementary color
Monochromatic Colors of #2ABFB5
Black with #2ABFB5
Text Example
Text Example
White with #2ABFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABFB5; }
p { color: rgb(42,191,181); }
H1.HeaderClassName
{
color: #2ABFB5;
}
.AnyTagClassName
{
color: #2ABFB5;
}
</style>
background-color css
<style>
a { background-color: #2ABFB5; }
a { background-color: rgb(42,191,181); }
div.DivClassName
{
background-color: #2ABFB5;
}
.BgClassName
{
background-color: #2ABFB5;
}
</style>
border-color css
<style>
span { border-color: #2ABFB5; }
span { border-color: rgb(42,191,181); }
td.TdClassName
{
border-color: #2ABFB5;
}
.TagClassName
{
border-color: #2ABFB5;
}
</style>