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