Shades of Light Sea Green #2ABBC1
Tints of Light Sea Green #2ABBC1
RGB
CMYK
RGB Variations
Color information
#2ABBC1 (or 0x2ABBC1) is known color: Light Sea Green. HEX triplet: 2A, BB and C1. RGB value is (42,187,193). Sum of RGB (Red+Green+Blue) = 42+187+193=422 (55% of max value = 765). Red value is 42 (16.80% from 255 or 9.95% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 193 (75.78% from 255 or 45.73% from 422); Max value from RGB is 193 - color contains mainly: blue. Hex color #2ABBC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABBC1 is #D5443E. Grayscale: #909090. Windows color (decimal): -13976639 or 12696362. OLE color: 12696362.
HSL color Cylindrical-coordinate representation of color #2ABBC1: hue angle of 182.38º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABBC1 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 187 | 193 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.24 |
| HSL | 182.38º | 0.64% | 0.46% | - |
| HSV(B) | 182.38º | 0.78% | 0.76% | - |
| XYZ | 28.35 | 39.88 | 56.66 | - |
| YUV | 144.33 | 155.46 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 193 | 0.78 | 0.03 | 0 | 0.24 | 182.38 | 0.64 | 0.46 |
| Hex | 2A | BB | C1 | 4E | 3 | 0 | 18 | B6 | 40 | 2E |
| Octal | 52 | 273 | 301 | 116 | 3 | 0 | 30 | 266 | 100 | 56 |
| Binary | 101010 | 10111011 | 11000001 | 1001110 | 11 | 0 | 11000 | 10110110 | 1000000 | 101110 |
Color Harmonies of #2ABBC1
Complementary color
Monochromatic Colors of #2ABBC1
Black with #2ABBC1
Text Example
Text Example
White with #2ABBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABBC1; }
p { color: rgb(42,187,193); }
H1.HeaderClassName
{
color: #2ABBC1;
}
.AnyTagClassName
{
color: #2ABBC1;
}
</style>
background-color css
<style>
a { background-color: #2ABBC1; }
a { background-color: rgb(42,187,193); }
div.DivClassName
{
background-color: #2ABBC1;
}
.BgClassName
{
background-color: #2ABBC1;
}
</style>
border-color css
<style>
span { border-color: #2ABBC1; }
span { border-color: rgb(42,187,193); }
td.TdClassName
{
border-color: #2ABBC1;
}
.TagClassName
{
border-color: #2ABBC1;
}
</style>