Shades of Light Sea Green #2ABFBC
Tints of Light Sea Green #2ABFBC
RGB
CMYK
RGB Variations
Color information
#2ABFBC (or 0x2ABFBC) is known color: Light Sea Green. HEX triplet: 2A, BF and BC. RGB value is (42,191,188). Sum of RGB (Red+Green+Blue) = 42+191+188=421 (55% of max value = 765). Red value is 42 (16.80% from 255 or 9.98% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABFBC is #D54043. Grayscale: #919191. Windows color (decimal): -13975620 or 12369706. OLE color: 12369706.
HSL color Cylindrical-coordinate representation of color #2ABFBC: hue angle of 178.79º 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 #2ABFBC is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 191 | 188 | - |
| CMYK | 0.78 | 0 | 0.02 | 0.25 |
| HSL | 178.79º | 0.64% | 0.46% | - |
| HSV(B) | 178.79º | 0.78% | 0.75% | - |
| XYZ | 28.66 | 41.38 | 54.05 | - |
| YUV | 146.11 | 151.64 | 53.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 188 | 0.78 | 0 | 0.02 | 0.25 | 178.79 | 0.64 | 0.46 |
| Hex | 2A | BF | BC | 4E | 0 | 2 | 19 | B3 | 40 | 2E |
| Octal | 52 | 277 | 274 | 116 | 0 | 2 | 31 | 263 | 100 | 56 |
| Binary | 101010 | 10111111 | 10111100 | 1001110 | 0 | 10 | 11001 | 10110011 | 1000000 | 101110 |
Color Harmonies of #2ABFBC
Complementary color
Monochromatic Colors of #2ABFBC
Black with #2ABFBC
Text Example
Text Example
White with #2ABFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABFBC; }
p { color: rgb(42,191,188); }
H1.HeaderClassName
{
color: #2ABFBC;
}
.AnyTagClassName
{
color: #2ABFBC;
}
</style>
background-color css
<style>
a { background-color: #2ABFBC; }
a { background-color: rgb(42,191,188); }
div.DivClassName
{
background-color: #2ABFBC;
}
.BgClassName
{
background-color: #2ABFBC;
}
</style>
border-color css
<style>
span { border-color: #2ABFBC; }
span { border-color: rgb(42,191,188); }
td.TdClassName
{
border-color: #2ABFBC;
}
.TagClassName
{
border-color: #2ABFBC;
}
</style>