Shades of Light Sea Green #2ACDB8
Tints of Light Sea Green #2ACDB8
RGB
CMYK
RGB Variations
Color information
#2ACDB8 (or 0x2ACDB8) is known color: Light Sea Green. HEX triplet: 2A, CD and B8. RGB value is (42,205,184). Sum of RGB (Red+Green+Blue) = 42+205+184=431 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.74% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 184 (72.27% from 255 or 42.69% from 431); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACDB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACDB8 is #D53247. Grayscale: #999999. Windows color (decimal): -13972040 or 12111146. OLE color: 12111146.
HSL color Cylindrical-coordinate representation of color #2ACDB8: hue angle of 172.27º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACDB8 is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 205 | 184 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.20 |
| HSL | 172.27º | 0.66% | 0.48% | - |
| HSV(B) | 172.27º | 0.8% | 0.8% | - |
| XYZ | 31.44 | 47.62 | 52.88 | - |
| YUV | 153.87 | 145 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 184 | 0.80 | 0 | 0.10 | 0.20 | 172.27 | 0.66 | 0.48 |
| Hex | 2A | CD | B8 | 50 | 0 | A | 14 | AC | 42 | 30 |
| Octal | 52 | 315 | 270 | 120 | 0 | 12 | 24 | 254 | 102 | 60 |
| Binary | 101010 | 11001101 | 10111000 | 1010000 | 0 | 1010 | 10100 | 10101100 | 1000010 | 110000 |
Color Harmonies of #2ACDB8
Complementary color
Monochromatic Colors of #2ACDB8
Black with #2ACDB8
Text Example
Text Example
White with #2ACDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACDB8; }
p { color: rgb(42,205,184); }
H1.HeaderClassName
{
color: #2ACDB8;
}
.AnyTagClassName
{
color: #2ACDB8;
}
</style>
background-color css
<style>
a { background-color: #2ACDB8; }
a { background-color: rgb(42,205,184); }
div.DivClassName
{
background-color: #2ACDB8;
}
.BgClassName
{
background-color: #2ACDB8;
}
</style>
border-color css
<style>
span { border-color: #2ACDB8; }
span { border-color: rgb(42,205,184); }
td.TdClassName
{
border-color: #2ACDB8;
}
.TagClassName
{
border-color: #2ACDB8;
}
</style>