Shades of Light Sea Green #2ACDB5
Tints of Light Sea Green #2ACDB5
RGB
CMYK
RGB Variations
Color information
#2ACDB5 (or 0x2ACDB5) is known color: Light Sea Green. HEX triplet: 2A, CD and B5. RGB value is (42,205,181). Sum of RGB (Red+Green+Blue) = 42+205+181=428 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.81% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 181 (71.09% from 255 or 42.29% from 428); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACDB5 is #D5324A. Grayscale: #999999. Windows color (decimal): -13972043 or 11914538. OLE color: 11914538.
HSL color Cylindrical-coordinate representation of color #2ACDB5: hue angle of 171.17º 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 #2ACDB5 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 205 | 181 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.20 |
| HSL | 171.17º | 0.66% | 0.48% | - |
| HSV(B) | 171.17º | 0.8% | 0.8% | - |
| XYZ | 31.13 | 47.49 | 51.24 | - |
| YUV | 153.53 | 143.5 | 48.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 181 | 0.80 | 0 | 0.12 | 0.20 | 171.17 | 0.66 | 0.48 |
| Hex | 2A | CD | B5 | 50 | 0 | C | 14 | AB | 42 | 30 |
| Octal | 52 | 315 | 265 | 120 | 0 | 14 | 24 | 253 | 102 | 60 |
| Binary | 101010 | 11001101 | 10110101 | 1010000 | 0 | 1100 | 10100 | 10101011 | 1000010 | 110000 |
Color Harmonies of #2ACDB5
Complementary color
Monochromatic Colors of #2ACDB5
Black with #2ACDB5
Text Example
Text Example
White with #2ACDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACDB5; }
p { color: rgb(42,205,181); }
H1.HeaderClassName
{
color: #2ACDB5;
}
.AnyTagClassName
{
color: #2ACDB5;
}
</style>
background-color css
<style>
a { background-color: #2ACDB5; }
a { background-color: rgb(42,205,181); }
div.DivClassName
{
background-color: #2ACDB5;
}
.BgClassName
{
background-color: #2ACDB5;
}
</style>
border-color css
<style>
span { border-color: #2ACDB5; }
span { border-color: rgb(42,205,181); }
td.TdClassName
{
border-color: #2ACDB5;
}
.TagClassName
{
border-color: #2ACDB5;
}
</style>