Shades of Light Sea Green #2ACCBB
Tints of Light Sea Green #2ACCBB
RGB
CMYK
RGB Variations
Color information
#2ACCBB (or 0x2ACCBB) is known color: Light Sea Green. HEX triplet: 2A, CC and BB. RGB value is (42,204,187). Sum of RGB (Red+Green+Blue) = 42+204+187=433 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.70% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACCBB is #D53344. Grayscale: #999999. Windows color (decimal): -13972293 or 12307498. OLE color: 12307498.
HSL color Cylindrical-coordinate representation of color #2ACCBB: hue angle of 173.7º 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 #2ACCBB is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 204 | 187 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.2 |
| HSL | 173.7º | 0.66% | 0.48% | - |
| HSV(B) | 173.7º | 0.79% | 0.8% | - |
| XYZ | 31.52 | 47.27 | 54.48 | - |
| YUV | 153.62 | 146.83 | 48.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 204 | 187 | 0.79 | 0 | 0.08 | 0.2 | 173.7 | 0.66 | 0.48 |
| Hex | 2A | CC | BB | 4F | 0 | 8 | 14 | AE | 42 | 30 |
| Octal | 52 | 314 | 273 | 117 | 0 | 10 | 24 | 256 | 102 | 60 |
| Binary | 101010 | 11001100 | 10111011 | 1001111 | 0 | 1000 | 10100 | 10101110 | 1000010 | 110000 |
Color Harmonies of #2ACCBB
Complementary color
Monochromatic Colors of #2ACCBB
Black with #2ACCBB
Text Example
Text Example
White with #2ACCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACCBB; }
p { color: rgb(42,204,187); }
H1.HeaderClassName
{
color: #2ACCBB;
}
.AnyTagClassName
{
color: #2ACCBB;
}
</style>
background-color css
<style>
a { background-color: #2ACCBB; }
a { background-color: rgb(42,204,187); }
div.DivClassName
{
background-color: #2ACCBB;
}
.BgClassName
{
background-color: #2ACCBB;
}
</style>
border-color css
<style>
span { border-color: #2ACCBB; }
span { border-color: rgb(42,204,187); }
td.TdClassName
{
border-color: #2ACCBB;
}
.TagClassName
{
border-color: #2ACCBB;
}
</style>