Shades of Light Sea Green #2ABFC3
Tints of Light Sea Green #2ABFC3
RGB
CMYK
RGB Variations
Color information
#2ABFC3 (or 0x2ABFC3) is known color: Light Sea Green. HEX triplet: 2A, BF and C3. RGB value is (42,191,195). Sum of RGB (Red+Green+Blue) = 42+191+195=428 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.81% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 195 (76.56% from 255 or 45.56% from 428); Max value from RGB is 195 - color contains mainly: blue. Hex color #2ABFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABFC3 is #D5403C. Grayscale: #929292. Windows color (decimal): -13975613 or 12828458. OLE color: 12828458.
HSL color Cylindrical-coordinate representation of color #2ABFC3: hue angle of 181.57º degrees, saturation: 0.65, 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 #2ABFC3 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 191 | 195 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.24 |
| HSL | 181.57º | 0.65% | 0.46% | - |
| HSV(B) | 181.57º | 0.78% | 0.76% | - |
| XYZ | 29.44 | 41.69 | 58.13 | - |
| YUV | 146.91 | 155.14 | 53.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 195 | 0.78 | 0.02 | 0 | 0.24 | 181.57 | 0.65 | 0.46 |
| Hex | 2A | BF | C3 | 4E | 2 | 0 | 18 | B6 | 41 | 2E |
| Octal | 52 | 277 | 303 | 116 | 2 | 0 | 30 | 266 | 101 | 56 |
| Binary | 101010 | 10111111 | 11000011 | 1001110 | 10 | 0 | 11000 | 10110110 | 1000001 | 101110 |
Color Harmonies of #2ABFC3
Complementary color
Monochromatic Colors of #2ABFC3
Black with #2ABFC3
Text Example
Text Example
White with #2ABFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABFC3; }
p { color: rgb(42,191,195); }
H1.HeaderClassName
{
color: #2ABFC3;
}
.AnyTagClassName
{
color: #2ABFC3;
}
</style>
background-color css
<style>
a { background-color: #2ABFC3; }
a { background-color: rgb(42,191,195); }
div.DivClassName
{
background-color: #2ABFC3;
}
.BgClassName
{
background-color: #2ABFC3;
}
</style>
border-color css
<style>
span { border-color: #2ABFC3; }
span { border-color: rgb(42,191,195); }
td.TdClassName
{
border-color: #2ABFC3;
}
.TagClassName
{
border-color: #2ABFC3;
}
</style>