Shades of Light Sea Green #2AADB5
Tints of Light Sea Green #2AADB5
RGB
CMYK
RGB Variations
Color information
#2AADB5 (or 0x2AADB5) is known color: Light Sea Green. HEX triplet: 2A, AD and B5. RGB value is (42,173,181). Sum of RGB (Red+Green+Blue) = 42+173+181=396 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.61% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 181 (71.09% from 255 or 45.71% from 396); Max value from RGB is 181 - color contains mainly: blue. Hex color #2AADB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AADB5 is #D5524A. Grayscale: #868686. Windows color (decimal): -13980235 or 11906346. OLE color: 11906346.
HSL color Cylindrical-coordinate representation of color #2AADB5: hue angle of 183.45º 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 #2AADB5 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 173 | 181 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.29 |
| HSL | 183.45º | 0.62% | 0.44% | - |
| HSV(B) | 183.45º | 0.77% | 0.71% | - |
| XYZ | 24.24 | 33.72 | 48.95 | - |
| YUV | 134.74 | 154.1 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 181 | 0.77 | 0.04 | 0 | 0.29 | 183.45 | 0.62 | 0.44 |
| Hex | 2A | AD | B5 | 4D | 4 | 0 | 1D | B7 | 3E | 2C |
| Octal | 52 | 255 | 265 | 115 | 4 | 0 | 35 | 267 | 76 | 54 |
| Binary | 101010 | 10101101 | 10110101 | 1001101 | 100 | 0 | 11101 | 10110111 | 111110 | 101100 |
Color Harmonies of #2AADB5
Complementary color
Monochromatic Colors of #2AADB5
Black with #2AADB5
Text Example
Text Example
White with #2AADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AADB5; }
p { color: rgb(42,173,181); }
H1.HeaderClassName
{
color: #2AADB5;
}
.AnyTagClassName
{
color: #2AADB5;
}
</style>
background-color css
<style>
a { background-color: #2AADB5; }
a { background-color: rgb(42,173,181); }
div.DivClassName
{
background-color: #2AADB5;
}
.BgClassName
{
background-color: #2AADB5;
}
</style>
border-color css
<style>
span { border-color: #2AADB5; }
span { border-color: rgb(42,173,181); }
td.TdClassName
{
border-color: #2AADB5;
}
.TagClassName
{
border-color: #2AADB5;
}
</style>