Shades of Light Sea Green #2AADB7
Tints of Light Sea Green #2AADB7
RGB
CMYK
RGB Variations
Color information
#2AADB7 (or 0x2AADB7) is known color: Light Sea Green. HEX triplet: 2A, AD and B7. RGB value is (42,173,183). Sum of RGB (Red+Green+Blue) = 42+173+183=398 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.55% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 183 (71.88% from 255 or 45.98% from 398); Max value from RGB is 183 - color contains mainly: blue. Hex color #2AADB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AADB7 is #D55248. Grayscale: #868686. Windows color (decimal): -13980233 or 12037418. OLE color: 12037418.
HSL color Cylindrical-coordinate representation of color #2AADB7: hue angle of 184.26º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AADB7 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 173 | 183 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.28 |
| HSL | 184.26º | 0.63% | 0.44% | - |
| HSV(B) | 184.26º | 0.77% | 0.72% | - |
| XYZ | 24.45 | 33.8 | 50.04 | - |
| YUV | 134.97 | 155.1 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 183 | 0.77 | 0.05 | 0 | 0.28 | 184.26 | 0.63 | 0.44 |
| Hex | 2A | AD | B7 | 4D | 5 | 0 | 1C | B8 | 3F | 2C |
| Octal | 52 | 255 | 267 | 115 | 5 | 0 | 34 | 270 | 77 | 54 |
| Binary | 101010 | 10101101 | 10110111 | 1001101 | 101 | 0 | 11100 | 10111000 | 111111 | 101100 |
Color Harmonies of #2AADB7
Complementary color
Monochromatic Colors of #2AADB7
Black with #2AADB7
Text Example
Text Example
White with #2AADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AADB7; }
p { color: rgb(42,173,183); }
H1.HeaderClassName
{
color: #2AADB7;
}
.AnyTagClassName
{
color: #2AADB7;
}
</style>
background-color css
<style>
a { background-color: #2AADB7; }
a { background-color: rgb(42,173,183); }
div.DivClassName
{
background-color: #2AADB7;
}
.BgClassName
{
background-color: #2AADB7;
}
</style>
border-color css
<style>
span { border-color: #2AADB7; }
span { border-color: rgb(42,173,183); }
td.TdClassName
{
border-color: #2AADB7;
}
.TagClassName
{
border-color: #2AADB7;
}
</style>