Shades of Light Sea Green #2ABFC2
Tints of Light Sea Green #2ABFC2
RGB
CMYK
RGB Variations
Color information
#2ABFC2 (or 0x2ABFC2) is known color: Light Sea Green. HEX triplet: 2A, BF and C2. RGB value is (42,191,194). Sum of RGB (Red+Green+Blue) = 42+191+194=427 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.84% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 194 (76.17% from 255 or 45.43% from 427); Max value from RGB is 194 - color contains mainly: blue. Hex color #2ABFC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABFC2 is #D5403D. Grayscale: #929292. Windows color (decimal): -13975614 or 12762922. OLE color: 12762922.
HSL color Cylindrical-coordinate representation of color #2ABFC2: hue angle of 181.18º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABFC2 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 191 | 194 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.24 |
| HSL | 181.18º | 0.64% | 0.46% | - |
| HSV(B) | 181.18º | 0.78% | 0.76% | - |
| XYZ | 29.32 | 41.65 | 57.53 | - |
| YUV | 146.79 | 154.64 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 194 | 0.78 | 0.02 | 0 | 0.24 | 181.18 | 0.64 | 0.46 |
| Hex | 2A | BF | C2 | 4E | 2 | 0 | 18 | B5 | 40 | 2E |
| Octal | 52 | 277 | 302 | 116 | 2 | 0 | 30 | 265 | 100 | 56 |
| Binary | 101010 | 10111111 | 11000010 | 1001110 | 10 | 0 | 11000 | 10110101 | 1000000 | 101110 |
Color Harmonies of #2ABFC2
Complementary color
Monochromatic Colors of #2ABFC2
Black with #2ABFC2
Text Example
Text Example
White with #2ABFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABFC2; }
p { color: rgb(42,191,194); }
H1.HeaderClassName
{
color: #2ABFC2;
}
.AnyTagClassName
{
color: #2ABFC2;
}
</style>
background-color css
<style>
a { background-color: #2ABFC2; }
a { background-color: rgb(42,191,194); }
div.DivClassName
{
background-color: #2ABFC2;
}
.BgClassName
{
background-color: #2ABFC2;
}
</style>
border-color css
<style>
span { border-color: #2ABFC2; }
span { border-color: rgb(42,191,194); }
td.TdClassName
{
border-color: #2ABFC2;
}
.TagClassName
{
border-color: #2ABFC2;
}
</style>