Shades of Light Sea Green #2AC0BD
Tints of Light Sea Green #2AC0BD
RGB
CMYK
RGB Variations
Color information
#2AC0BD (or 0x2AC0BD) is known color: Light Sea Green. HEX triplet: 2A, C0 and BD. RGB value is (42,192,189). Sum of RGB (Red+Green+Blue) = 42+192+189=423 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.93% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC0BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AC0BD is #D53F42. Grayscale: #929292. Windows color (decimal): -13975363 or 12435498. OLE color: 12435498.
HSL color Cylindrical-coordinate representation of color #2AC0BD: hue angle of 178.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC0BD is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 192 | 189 | - |
| CMYK | 0.78 | 0 | 0.02 | 0.25 |
| HSL | 178.8º | 0.64% | 0.46% | - |
| HSV(B) | 178.8º | 0.78% | 0.75% | - |
| XYZ | 28.99 | 41.87 | 54.7 | - |
| YUV | 146.81 | 151.81 | 53.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 189 | 0.78 | 0 | 0.02 | 0.25 | 178.8 | 0.64 | 0.46 |
| Hex | 2A | C0 | BD | 4E | 0 | 2 | 19 | B3 | 40 | 2E |
| Octal | 52 | 300 | 275 | 116 | 0 | 2 | 31 | 263 | 100 | 56 |
| Binary | 101010 | 11000000 | 10111101 | 1001110 | 0 | 10 | 11001 | 10110011 | 1000000 | 101110 |
Color Harmonies of #2AC0BD
Complementary color
Monochromatic Colors of #2AC0BD
Black with #2AC0BD
Text Example
Text Example
White with #2AC0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC0BD; }
p { color: rgb(42,192,189); }
H1.HeaderClassName
{
color: #2AC0BD;
}
.AnyTagClassName
{
color: #2AC0BD;
}
</style>
background-color css
<style>
a { background-color: #2AC0BD; }
a { background-color: rgb(42,192,189); }
div.DivClassName
{
background-color: #2AC0BD;
}
.BgClassName
{
background-color: #2AC0BD;
}
</style>
border-color css
<style>
span { border-color: #2AC0BD; }
span { border-color: rgb(42,192,189); }
td.TdClassName
{
border-color: #2AC0BD;
}
.TagClassName
{
border-color: #2AC0BD;
}
</style>