Shades of Light Sea Green #2ACABC
Tints of Light Sea Green #2ACABC
RGB
CMYK
RGB Variations
Color information
#2ACABC (or 0x2ACABC) is known color: Light Sea Green. HEX triplet: 2A, CA and BC. RGB value is (42,202,188). Sum of RGB (Red+Green+Blue) = 42+202+188=432 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.72% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #2ACABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACABC is #D53543. Grayscale: #989898. Windows color (decimal): -13972804 or 12372522. OLE color: 12372522.
HSL color Cylindrical-coordinate representation of color #2ACABC: hue angle of 174.75º 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 #2ACABC is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 42 | 202 | 188 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.21 |
| HSL | 174.75º | 0.66% | 0.48% | - |
| HSV(B) | 174.75º | 0.79% | 0.79% | - |
| XYZ | 31.15 | 46.36 | 54.88 | - |
| YUV | 152.56 | 147.99 | 49.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 202 | 188 | 0.79 | 0 | 0.07 | 0.21 | 174.75 | 0.66 | 0.48 |
| Hex | 2A | CA | BC | 4F | 0 | 7 | 15 | AF | 42 | 30 |
| Octal | 52 | 312 | 274 | 117 | 0 | 7 | 25 | 257 | 102 | 60 |
| Binary | 101010 | 11001010 | 10111100 | 1001111 | 0 | 111 | 10101 | 10101111 | 1000010 | 110000 |
Color Harmonies of #2ACABC
Complementary color
Monochromatic Colors of #2ACABC
Black with #2ACABC
Text Example
Text Example
White with #2ACABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACABC; }
p { color: rgb(42,202,188); }
H1.HeaderClassName
{
color: #2ACABC;
}
.AnyTagClassName
{
color: #2ACABC;
}
</style>
background-color css
<style>
a { background-color: #2ACABC; }
a { background-color: rgb(42,202,188); }
div.DivClassName
{
background-color: #2ACABC;
}
.BgClassName
{
background-color: #2ACABC;
}
</style>
border-color css
<style>
span { border-color: #2ACABC; }
span { border-color: rgb(42,202,188); }
td.TdClassName
{
border-color: #2ACABC;
}
.TagClassName
{
border-color: #2ACABC;
}
</style>