Shades of Light Sea Green #2AC0B9
Tints of Light Sea Green #2AC0B9
RGB
CMYK
RGB Variations
Color information
#2AC0B9 (or 0x2AC0B9) is known color: Light Sea Green. HEX triplet: 2A, C0 and B9. RGB value is (42,192,185). Sum of RGB (Red+Green+Blue) = 42+192+185=419 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.02% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 185 (72.66% from 255 or 44.15% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC0B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AC0B9 is #D53F46. Grayscale: #929292. Windows color (decimal): -13975367 or 12173354. OLE color: 12173354.
HSL color Cylindrical-coordinate representation of color #2AC0B9: hue angle of 177.2º 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 #2AC0B9 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 192 | 185 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.25 |
| HSL | 177.2º | 0.64% | 0.46% | - |
| HSV(B) | 177.2º | 0.78% | 0.75% | - |
| XYZ | 28.56 | 41.69 | 52.44 | - |
| YUV | 146.35 | 149.81 | 53.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 185 | 0.78 | 0 | 0.04 | 0.25 | 177.2 | 0.64 | 0.46 |
| Hex | 2A | C0 | B9 | 4E | 0 | 4 | 19 | B1 | 40 | 2E |
| Octal | 52 | 300 | 271 | 116 | 0 | 4 | 31 | 261 | 100 | 56 |
| Binary | 101010 | 11000000 | 10111001 | 1001110 | 0 | 100 | 11001 | 10110001 | 1000000 | 101110 |
Color Harmonies of #2AC0B9
Complementary color
Monochromatic Colors of #2AC0B9
Black with #2AC0B9
Text Example
Text Example
White with #2AC0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC0B9; }
p { color: rgb(42,192,185); }
H1.HeaderClassName
{
color: #2AC0B9;
}
.AnyTagClassName
{
color: #2AC0B9;
}
</style>
background-color css
<style>
a { background-color: #2AC0B9; }
a { background-color: rgb(42,192,185); }
div.DivClassName
{
background-color: #2AC0B9;
}
.BgClassName
{
background-color: #2AC0B9;
}
</style>
border-color css
<style>
span { border-color: #2AC0B9; }
span { border-color: rgb(42,192,185); }
td.TdClassName
{
border-color: #2AC0B9;
}
.TagClassName
{
border-color: #2AC0B9;
}
</style>