Shades of Light Sea Green #2AADB1
Tints of Light Sea Green #2AADB1
RGB
CMYK
RGB Variations
Color information
#2AADB1 (or 0x2AADB1) is known color: Light Sea Green. HEX triplet: 2A, AD and B1. RGB value is (42,173,177). Sum of RGB (Red+Green+Blue) = 42+173+177=392 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.71% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 177 (69.53% from 255 or 45.15% from 392); Max value from RGB is 177 - color contains mainly: blue. Hex color #2AADB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AADB1 is #D5524E. Grayscale: #868686. Windows color (decimal): -13980239 or 11644202. OLE color: 11644202.
HSL color Cylindrical-coordinate representation of color #2AADB1: hue angle of 181.78º degrees, saturation: 0.62, 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 #2AADB1 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 173 | 177 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.31 |
| HSL | 181.78º | 0.62% | 0.43% | - |
| HSV(B) | 181.78º | 0.76% | 0.69% | - |
| XYZ | 23.83 | 33.55 | 46.82 | - |
| YUV | 134.29 | 152.1 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 177 | 0.76 | 0.02 | 0 | 0.31 | 181.78 | 0.62 | 0.43 |
| Hex | 2A | AD | B1 | 4C | 2 | 0 | 1F | B6 | 3E | 2B |
| Octal | 52 | 255 | 261 | 114 | 2 | 0 | 37 | 266 | 76 | 53 |
| Binary | 101010 | 10101101 | 10110001 | 1001100 | 10 | 0 | 11111 | 10110110 | 111110 | 101011 |
Color Harmonies of #2AADB1
Complementary color
Monochromatic Colors of #2AADB1
Black with #2AADB1
Text Example
Text Example
White with #2AADB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AADB1; }
p { color: rgb(42,173,177); }
H1.HeaderClassName
{
color: #2AADB1;
}
.AnyTagClassName
{
color: #2AADB1;
}
</style>
background-color css
<style>
a { background-color: #2AADB1; }
a { background-color: rgb(42,173,177); }
div.DivClassName
{
background-color: #2AADB1;
}
.BgClassName
{
background-color: #2AADB1;
}
</style>
border-color css
<style>
span { border-color: #2AADB1; }
span { border-color: rgb(42,173,177); }
td.TdClassName
{
border-color: #2AADB1;
}
.TagClassName
{
border-color: #2AADB1;
}
</style>