Shades of Light Sea Green #2AADBA
Tints of Light Sea Green #2AADBA
RGB
CMYK
RGB Variations
Color information
#2AADBA (or 0x2AADBA) is known color: Light Sea Green. HEX triplet: 2A, AD and BA. RGB value is (42,173,186). Sum of RGB (Red+Green+Blue) = 42+173+186=401 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.47% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #2AADBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AADBA is #D55245. Grayscale: #878787. Windows color (decimal): -13980230 or 12234026. OLE color: 12234026.
HSL color Cylindrical-coordinate representation of color #2AADBA: hue angle of 185.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AADBA is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 173 | 186 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.27 |
| HSL | 185.42º | 0.63% | 0.45% | - |
| HSV(B) | 185.42º | 0.77% | 0.73% | - |
| XYZ | 24.76 | 33.92 | 51.7 | - |
| YUV | 135.31 | 156.6 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 186 | 0.77 | 0.07 | 0 | 0.27 | 185.42 | 0.63 | 0.45 |
| Hex | 2A | AD | BA | 4D | 7 | 0 | 1B | B9 | 3F | 2D |
| Octal | 52 | 255 | 272 | 115 | 7 | 0 | 33 | 271 | 77 | 55 |
| Binary | 101010 | 10101101 | 10111010 | 1001101 | 111 | 0 | 11011 | 10111001 | 111111 | 101101 |
Color Harmonies of #2AADBA
Complementary color
Monochromatic Colors of #2AADBA
Black with #2AADBA
Text Example
Text Example
White with #2AADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AADBA; }
p { color: rgb(42,173,186); }
H1.HeaderClassName
{
color: #2AADBA;
}
.AnyTagClassName
{
color: #2AADBA;
}
</style>
background-color css
<style>
a { background-color: #2AADBA; }
a { background-color: rgb(42,173,186); }
div.DivClassName
{
background-color: #2AADBA;
}
.BgClassName
{
background-color: #2AADBA;
}
</style>
border-color css
<style>
span { border-color: #2AADBA; }
span { border-color: rgb(42,173,186); }
td.TdClassName
{
border-color: #2AADBA;
}
.TagClassName
{
border-color: #2AADBA;
}
</style>