Shades of Light Sea Green #2ABFBE
Tints of Light Sea Green #2ABFBE
RGB
CMYK
RGB Variations
Color information
#2ABFBE (or 0x2ABFBE) is known color: Light Sea Green. HEX triplet: 2A, BF and BE. RGB value is (42,191,190). Sum of RGB (Red+Green+Blue) = 42+191+190=423 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.93% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABFBE is #D54041. Grayscale: #929292. Windows color (decimal): -13975618 or 12500778. OLE color: 12500778.
HSL color Cylindrical-coordinate representation of color #2ABFBE: hue angle of 179.6º 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 #2ABFBE is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 191 | 190 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.25 |
| HSL | 179.6º | 0.64% | 0.46% | - |
| HSV(B) | 179.6º | 0.78% | 0.75% | - |
| XYZ | 28.88 | 41.47 | 55.2 | - |
| YUV | 146.34 | 152.64 | 53.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 190 | 0.78 | 0 | 0.01 | 0.25 | 179.6 | 0.64 | 0.46 |
| Hex | 2A | BF | BE | 4E | 0 | 1 | 19 | B4 | 40 | 2E |
| Octal | 52 | 277 | 276 | 116 | 0 | 1 | 31 | 264 | 100 | 56 |
| Binary | 101010 | 10111111 | 10111110 | 1001110 | 0 | 1 | 11001 | 10110100 | 1000000 | 101110 |
Color Harmonies of #2ABFBE
Complementary color
Monochromatic Colors of #2ABFBE
Black with #2ABFBE
Text Example
Text Example
White with #2ABFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABFBE; }
p { color: rgb(42,191,190); }
H1.HeaderClassName
{
color: #2ABFBE;
}
.AnyTagClassName
{
color: #2ABFBE;
}
</style>
background-color css
<style>
a { background-color: #2ABFBE; }
a { background-color: rgb(42,191,190); }
div.DivClassName
{
background-color: #2ABFBE;
}
.BgClassName
{
background-color: #2ABFBE;
}
</style>
border-color css
<style>
span { border-color: #2ABFBE; }
span { border-color: rgb(42,191,190); }
td.TdClassName
{
border-color: #2ABFBE;
}
.TagClassName
{
border-color: #2ABFBE;
}
</style>