Shades of Light Sea Green #2ABFB8
Tints of Light Sea Green #2ABFB8
RGB
CMYK
RGB Variations
Color information
#2ABFB8 (or 0x2ABFB8) is known color: Light Sea Green. HEX triplet: 2A, BF and B8. RGB value is (42,191,184). Sum of RGB (Red+Green+Blue) = 42+191+184=417 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.07% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 184 (72.27% from 255 or 44.12% from 417); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABFB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABFB8 is #D54047. Grayscale: #919191. Windows color (decimal): -13975624 or 12107562. OLE color: 12107562.
HSL color Cylindrical-coordinate representation of color #2ABFB8: hue angle of 177.18º 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 #2ABFB8 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 191 | 184 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.25 |
| HSL | 177.18º | 0.64% | 0.46% | - |
| HSV(B) | 177.18º | 0.78% | 0.75% | - |
| XYZ | 28.24 | 41.21 | 51.81 | - |
| YUV | 145.65 | 149.64 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 184 | 0.78 | 0 | 0.04 | 0.25 | 177.18 | 0.64 | 0.46 |
| Hex | 2A | BF | B8 | 4E | 0 | 4 | 19 | B1 | 40 | 2E |
| Octal | 52 | 277 | 270 | 116 | 0 | 4 | 31 | 261 | 100 | 56 |
| Binary | 101010 | 10111111 | 10111000 | 1001110 | 0 | 100 | 11001 | 10110001 | 1000000 | 101110 |
Color Harmonies of #2ABFB8
Complementary color
Monochromatic Colors of #2ABFB8
Black with #2ABFB8
Text Example
Text Example
White with #2ABFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABFB8; }
p { color: rgb(42,191,184); }
H1.HeaderClassName
{
color: #2ABFB8;
}
.AnyTagClassName
{
color: #2ABFB8;
}
</style>
background-color css
<style>
a { background-color: #2ABFB8; }
a { background-color: rgb(42,191,184); }
div.DivClassName
{
background-color: #2ABFB8;
}
.BgClassName
{
background-color: #2ABFB8;
}
</style>
border-color css
<style>
span { border-color: #2ABFB8; }
span { border-color: rgb(42,191,184); }
td.TdClassName
{
border-color: #2ABFB8;
}
.TagClassName
{
border-color: #2ABFB8;
}
</style>