Shades of Light Sea Green #2ABBBE
Tints of Light Sea Green #2ABBBE
RGB
CMYK
RGB Variations
Color information
#2ABBBE (or 0x2ABBBE) is known color: Light Sea Green. HEX triplet: 2A, BB and BE. RGB value is (42,187,190). Sum of RGB (Red+Green+Blue) = 42+187+190=419 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.02% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #2ABBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABBBE is #D54441. Grayscale: #8F8F8F. Windows color (decimal): -13976642 or 12499754. OLE color: 12499754.
HSL color Cylindrical-coordinate representation of color #2ABBBE: hue angle of 181.22º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABBBE is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 187 | 190 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.25 |
| HSL | 181.22º | 0.64% | 0.45% | - |
| HSV(B) | 181.22º | 0.78% | 0.75% | - |
| XYZ | 28.02 | 39.75 | 54.91 | - |
| YUV | 143.99 | 153.96 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 190 | 0.78 | 0.02 | 0 | 0.25 | 181.22 | 0.64 | 0.45 |
| Hex | 2A | BB | BE | 4E | 2 | 0 | 19 | B5 | 40 | 2D |
| Octal | 52 | 273 | 276 | 116 | 2 | 0 | 31 | 265 | 100 | 55 |
| Binary | 101010 | 10111011 | 10111110 | 1001110 | 10 | 0 | 11001 | 10110101 | 1000000 | 101101 |
Color Harmonies of #2ABBBE
Complementary color
Monochromatic Colors of #2ABBBE
Black with #2ABBBE
Text Example
Text Example
White with #2ABBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABBBE; }
p { color: rgb(42,187,190); }
H1.HeaderClassName
{
color: #2ABBBE;
}
.AnyTagClassName
{
color: #2ABBBE;
}
</style>
background-color css
<style>
a { background-color: #2ABBBE; }
a { background-color: rgb(42,187,190); }
div.DivClassName
{
background-color: #2ABBBE;
}
.BgClassName
{
background-color: #2ABBBE;
}
</style>
border-color css
<style>
span { border-color: #2ABBBE; }
span { border-color: rgb(42,187,190); }
td.TdClassName
{
border-color: #2ABBBE;
}
.TagClassName
{
border-color: #2ABBBE;
}
</style>