Shades of Light Sea Green #2ACABD
Tints of Light Sea Green #2ACABD
RGB
CMYK
RGB Variations
Color information
#2ACABD (or 0x2ACABD) is known color: Light Sea Green. HEX triplet: 2A, CA and BD. RGB value is (42,202,189). Sum of RGB (Red+Green+Blue) = 42+202+189=433 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.70% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #2ACABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACABD is #D53542. Grayscale: #989898. Windows color (decimal): -13972803 or 12438058. OLE color: 12438058.
HSL color Cylindrical-coordinate representation of color #2ACABD: hue angle of 175.12º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACABD is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 42 | 202 | 189 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.21 |
| HSL | 175.13º | 0.66% | 0.48% | - |
| HSV(B) | 175.13º | 0.79% | 0.79% | - |
| XYZ | 31.26 | 46.41 | 55.45 | - |
| YUV | 152.68 | 148.49 | 49.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 202 | 189 | 0.79 | 0 | 0.06 | 0.21 | 175.13 | 0.66 | 0.48 |
| Hex | 2A | CA | BD | 4F | 0 | 6 | 15 | AF | 42 | 30 |
| Octal | 52 | 312 | 275 | 117 | 0 | 6 | 25 | 257 | 102 | 60 |
| Binary | 101010 | 11001010 | 10111101 | 1001111 | 0 | 110 | 10101 | 10101111 | 1000010 | 110000 |
Color Harmonies of #2ACABD
Complementary color
Monochromatic Colors of #2ACABD
Black with #2ACABD
Text Example
Text Example
White with #2ACABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACABD; }
p { color: rgb(42,202,189); }
H1.HeaderClassName
{
color: #2ACABD;
}
.AnyTagClassName
{
color: #2ACABD;
}
</style>
background-color css
<style>
a { background-color: #2ACABD; }
a { background-color: rgb(42,202,189); }
div.DivClassName
{
background-color: #2ACABD;
}
.BgClassName
{
background-color: #2ACABD;
}
</style>
border-color css
<style>
span { border-color: #2ACABD; }
span { border-color: rgb(42,202,189); }
td.TdClassName
{
border-color: #2ACABD;
}
.TagClassName
{
border-color: #2ACABD;
}
</style>