Shades of Light Sea Green #2AB0AD
Tints of Light Sea Green #2AB0AD
RGB
CMYK
RGB Variations
Color information
#2AB0AD (or 0x2AB0AD) is known color: Light Sea Green. HEX triplet: 2A, B0 and AD. RGB value is (42,176,173). Sum of RGB (Red+Green+Blue) = 42+176+173=391 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.74% from 391); Green value is 176 (69.14% from 255 or 45.01% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 176 - color contains mainly: green. Hex color #2AB0AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AB0AD is #D54F52. Grayscale: #878787. Windows color (decimal): -13979475 or 11382826. OLE color: 11382826.
HSL color Cylindrical-coordinate representation of color #2AB0AD: hue angle of 178.66º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AB0AD is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 176 | 173 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.31 |
| HSL | 178.66º | 0.61% | 0.43% | - |
| HSV(B) | 178.66º | 0.76% | 0.69% | - |
| XYZ | 24.02 | 34.56 | 44.94 | - |
| YUV | 135.59 | 149.11 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 176 | 173 | 0.76 | 0 | 0.02 | 0.31 | 178.66 | 0.61 | 0.43 |
| Hex | 2A | B0 | AD | 4C | 0 | 2 | 1F | B3 | 3D | 2B |
| Octal | 52 | 260 | 255 | 114 | 0 | 2 | 37 | 263 | 75 | 53 |
| Binary | 101010 | 10110000 | 10101101 | 1001100 | 0 | 10 | 11111 | 10110011 | 111101 | 101011 |
Color Harmonies of #2AB0AD
Complementary color
Monochromatic Colors of #2AB0AD
Black with #2AB0AD
Text Example
Text Example
White with #2AB0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB0AD; }
p { color: rgb(42,176,173); }
H1.HeaderClassName
{
color: #2AB0AD;
}
.AnyTagClassName
{
color: #2AB0AD;
}
</style>
background-color css
<style>
a { background-color: #2AB0AD; }
a { background-color: rgb(42,176,173); }
div.DivClassName
{
background-color: #2AB0AD;
}
.BgClassName
{
background-color: #2AB0AD;
}
</style>
border-color css
<style>
span { border-color: #2AB0AD; }
span { border-color: rgb(42,176,173); }
td.TdClassName
{
border-color: #2AB0AD;
}
.TagClassName
{
border-color: #2AB0AD;
}
</style>