Shades of Light Sea Green #2ABBBF
Tints of Light Sea Green #2ABBBF
RGB
CMYK
RGB Variations
Color information
#2ABBBF (or 0x2ABBBF) is known color: Light Sea Green. HEX triplet: 2A, BB and BF. RGB value is (42,187,191). Sum of RGB (Red+Green+Blue) = 42+187+191=420 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #2ABBBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABBBF is #D54440. Grayscale: #8F8F8F. Windows color (decimal): -13976641 or 12565290. OLE color: 12565290.
HSL color Cylindrical-coordinate representation of color #2ABBBF: hue angle of 181.61º 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 #2ABBBF is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 187 | 191 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.25 |
| HSL | 181.61º | 0.64% | 0.46% | - |
| HSV(B) | 181.61º | 0.78% | 0.75% | - |
| XYZ | 28.13 | 39.79 | 55.49 | - |
| YUV | 144.1 | 154.46 | 55.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 191 | 0.78 | 0.02 | 0 | 0.25 | 181.61 | 0.64 | 0.46 |
| Hex | 2A | BB | BF | 4E | 2 | 0 | 19 | B6 | 40 | 2E |
| Octal | 52 | 273 | 277 | 116 | 2 | 0 | 31 | 266 | 100 | 56 |
| Binary | 101010 | 10111011 | 10111111 | 1001110 | 10 | 0 | 11001 | 10110110 | 1000000 | 101110 |
Color Harmonies of #2ABBBF
Complementary color
Monochromatic Colors of #2ABBBF
Black with #2ABBBF
Text Example
Text Example
White with #2ABBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABBBF; }
p { color: rgb(42,187,191); }
H1.HeaderClassName
{
color: #2ABBBF;
}
.AnyTagClassName
{
color: #2ABBBF;
}
</style>
background-color css
<style>
a { background-color: #2ABBBF; }
a { background-color: rgb(42,187,191); }
div.DivClassName
{
background-color: #2ABBBF;
}
.BgClassName
{
background-color: #2ABBBF;
}
</style>
border-color css
<style>
span { border-color: #2ABBBF; }
span { border-color: rgb(42,187,191); }
td.TdClassName
{
border-color: #2ABBBF;
}
.TagClassName
{
border-color: #2ABBBF;
}
</style>