Shades of Light Sea Green #2AADB6
Tints of Light Sea Green #2AADB6
RGB
CMYK
RGB Variations
Color information
#2AADB6 (or 0x2AADB6) is known color: Light Sea Green. HEX triplet: 2A, AD and B6. RGB value is (42,173,182). Sum of RGB (Red+Green+Blue) = 42+173+182=397 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.58% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 182 (71.48% from 255 or 45.84% from 397); Max value from RGB is 182 - color contains mainly: blue. Hex color #2AADB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AADB6 is #D55249. Grayscale: #868686. Windows color (decimal): -13980234 or 11971882. OLE color: 11971882.
HSL color Cylindrical-coordinate representation of color #2AADB6: hue angle of 183.86º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AADB6 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 173 | 182 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.29 |
| HSL | 183.86º | 0.63% | 0.44% | - |
| HSV(B) | 183.86º | 0.77% | 0.71% | - |
| XYZ | 24.34 | 33.76 | 49.49 | - |
| YUV | 134.86 | 154.6 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 182 | 0.77 | 0.05 | 0 | 0.29 | 183.86 | 0.63 | 0.44 |
| Hex | 2A | AD | B6 | 4D | 5 | 0 | 1D | B8 | 3E | 2C |
| Octal | 52 | 255 | 266 | 115 | 5 | 0 | 35 | 270 | 76 | 54 |
| Binary | 101010 | 10101101 | 10110110 | 1001101 | 101 | 0 | 11101 | 10111000 | 111110 | 101100 |
Color Harmonies of #2AADB6
Complementary color
Monochromatic Colors of #2AADB6
Black with #2AADB6
Text Example
Text Example
White with #2AADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AADB6; }
p { color: rgb(42,173,182); }
H1.HeaderClassName
{
color: #2AADB6;
}
.AnyTagClassName
{
color: #2AADB6;
}
</style>
background-color css
<style>
a { background-color: #2AADB6; }
a { background-color: rgb(42,173,182); }
div.DivClassName
{
background-color: #2AADB6;
}
.BgClassName
{
background-color: #2AADB6;
}
</style>
border-color css
<style>
span { border-color: #2AADB6; }
span { border-color: rgb(42,173,182); }
td.TdClassName
{
border-color: #2AADB6;
}
.TagClassName
{
border-color: #2AADB6;
}
</style>