Shades of Light Sea Green #2ACCBD
Tints of Light Sea Green #2ACCBD
RGB
CMYK
RGB Variations
Color information
#2ACCBD (or 0x2ACCBD) is known color: Light Sea Green. HEX triplet: 2A, CC and BD. RGB value is (42,204,189). Sum of RGB (Red+Green+Blue) = 42+204+189=435 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.66% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACCBD is #D53342. Grayscale: #999999. Windows color (decimal): -13972291 or 12438570. OLE color: 12438570.
HSL color Cylindrical-coordinate representation of color #2ACCBD: hue angle of 174.44º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACCBD is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 204 | 189 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.2 |
| HSL | 174.44º | 0.66% | 0.48% | - |
| HSV(B) | 174.44º | 0.79% | 0.8% | - |
| XYZ | 31.73 | 47.35 | 55.61 | - |
| YUV | 153.85 | 147.83 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 204 | 189 | 0.79 | 0 | 0.07 | 0.2 | 174.44 | 0.66 | 0.48 |
| Hex | 2A | CC | BD | 4F | 0 | 7 | 14 | AE | 42 | 30 |
| Octal | 52 | 314 | 275 | 117 | 0 | 7 | 24 | 256 | 102 | 60 |
| Binary | 101010 | 11001100 | 10111101 | 1001111 | 0 | 111 | 10100 | 10101110 | 1000010 | 110000 |
Color Harmonies of #2ACCBD
Complementary color
Monochromatic Colors of #2ACCBD
Black with #2ACCBD
Text Example
Text Example
White with #2ACCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACCBD; }
p { color: rgb(42,204,189); }
H1.HeaderClassName
{
color: #2ACCBD;
}
.AnyTagClassName
{
color: #2ACCBD;
}
</style>
background-color css
<style>
a { background-color: #2ACCBD; }
a { background-color: rgb(42,204,189); }
div.DivClassName
{
background-color: #2ACCBD;
}
.BgClassName
{
background-color: #2ACCBD;
}
</style>
border-color css
<style>
span { border-color: #2ACCBD; }
span { border-color: rgb(42,204,189); }
td.TdClassName
{
border-color: #2ACCBD;
}
.TagClassName
{
border-color: #2ACCBD;
}
</style>