Shades of Light Sea Green #2ACDB4
Tints of Light Sea Green #2ACDB4
RGB
CMYK
RGB Variations
Color information
#2ACDB4 (or 0x2ACDB4) is known color: Light Sea Green. HEX triplet: 2A, CD and B4. RGB value is (42,205,180). Sum of RGB (Red+Green+Blue) = 42+205+180=427 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.84% from 427); Green value is 205 (80.47% from 255 or 48.01% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACDB4 is #D5324B. Grayscale: #999999. Windows color (decimal): -13972044 or 11849002. OLE color: 11849002.
HSL color Cylindrical-coordinate representation of color #2ACDB4: hue angle of 170.8º 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 #2ACDB4 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 205 | 180 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.20 |
| HSL | 170.8º | 0.66% | 0.48% | - |
| HSV(B) | 170.8º | 0.8% | 0.8% | - |
| XYZ | 31.02 | 47.45 | 50.7 | - |
| YUV | 153.41 | 143 | 48.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 180 | 0.80 | 0 | 0.12 | 0.20 | 170.8 | 0.66 | 0.48 |
| Hex | 2A | CD | B4 | 50 | 0 | C | 14 | AB | 42 | 30 |
| Octal | 52 | 315 | 264 | 120 | 0 | 14 | 24 | 253 | 102 | 60 |
| Binary | 101010 | 11001101 | 10110100 | 1010000 | 0 | 1100 | 10100 | 10101011 | 1000010 | 110000 |
Color Harmonies of #2ACDB4
Complementary color
Monochromatic Colors of #2ACDB4
Black with #2ACDB4
Text Example
Text Example
White with #2ACDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACDB4; }
p { color: rgb(42,205,180); }
H1.HeaderClassName
{
color: #2ACDB4;
}
.AnyTagClassName
{
color: #2ACDB4;
}
</style>
background-color css
<style>
a { background-color: #2ACDB4; }
a { background-color: rgb(42,205,180); }
div.DivClassName
{
background-color: #2ACDB4;
}
.BgClassName
{
background-color: #2ACDB4;
}
</style>
border-color css
<style>
span { border-color: #2ACDB4; }
span { border-color: rgb(42,205,180); }
td.TdClassName
{
border-color: #2ACDB4;
}
.TagClassName
{
border-color: #2ACDB4;
}
</style>