Shades of Light Sea Green #2ABBB7
Tints of Light Sea Green #2ABBB7
RGB
CMYK
RGB Variations
Color information
#2ABBB7 (or 0x2ABBB7) is known color: Light Sea Green. HEX triplet: 2A, BB and B7. RGB value is (42,187,183). Sum of RGB (Red+Green+Blue) = 42+187+183=412 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.19% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 183 (71.88% from 255 or 44.42% from 412); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABBB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABBB7 is #D54448. Grayscale: #8F8F8F. Windows color (decimal): -13976649 or 12041002. OLE color: 12041002.
HSL color Cylindrical-coordinate representation of color #2ABBB7: hue angle of 178.34º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABBB7 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 187 | 183 | - |
| CMYK | 0.78 | 0 | 0.02 | 0.27 |
| HSL | 178.34º | 0.63% | 0.45% | - |
| HSV(B) | 178.34º | 0.78% | 0.73% | - |
| XYZ | 27.27 | 39.45 | 50.98 | - |
| YUV | 143.19 | 150.46 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 183 | 0.78 | 0 | 0.02 | 0.27 | 178.34 | 0.63 | 0.45 |
| Hex | 2A | BB | B7 | 4E | 0 | 2 | 1B | B2 | 3F | 2D |
| Octal | 52 | 273 | 267 | 116 | 0 | 2 | 33 | 262 | 77 | 55 |
| Binary | 101010 | 10111011 | 10110111 | 1001110 | 0 | 10 | 11011 | 10110010 | 111111 | 101101 |
Color Harmonies of #2ABBB7
Complementary color
Monochromatic Colors of #2ABBB7
Black with #2ABBB7
Text Example
Text Example
White with #2ABBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABBB7; }
p { color: rgb(42,187,183); }
H1.HeaderClassName
{
color: #2ABBB7;
}
.AnyTagClassName
{
color: #2ABBB7;
}
</style>
background-color css
<style>
a { background-color: #2ABBB7; }
a { background-color: rgb(42,187,183); }
div.DivClassName
{
background-color: #2ABBB7;
}
.BgClassName
{
background-color: #2ABBB7;
}
</style>
border-color css
<style>
span { border-color: #2ABBB7; }
span { border-color: rgb(42,187,183); }
td.TdClassName
{
border-color: #2ABBB7;
}
.TagClassName
{
border-color: #2ABBB7;
}
</style>