Shades of Light Sea Green #2AAAAB
Tints of Light Sea Green #2AAAAB
RGB
CMYK
RGB Variations
Color information
#2AAAAB (or 0x2AAAAB) is known color: Light Sea Green. HEX triplet: 2A, AA and AB. RGB value is (42,170,171). Sum of RGB (Red+Green+Blue) = 42+170+171=383 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.97% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #2AAAAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAAAB is #D55554. Grayscale: #838383. Windows color (decimal): -13981013 or 11250218. OLE color: 11250218.
HSL color Cylindrical-coordinate representation of color #2AAAAB: hue angle of 180.47º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAAAB is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 170 | 171 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.33 |
| HSL | 180.47º | 0.61% | 0.42% | - |
| HSV(B) | 180.47º | 0.75% | 0.67% | - |
| XYZ | 22.68 | 32.18 | 43.54 | - |
| YUV | 131.84 | 150.09 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 171 | 0.75 | 0.01 | 0 | 0.33 | 180.47 | 0.61 | 0.42 |
| Hex | 2A | AA | AB | 4B | 1 | 0 | 21 | B4 | 3D | 2A |
| Octal | 52 | 252 | 253 | 113 | 1 | 0 | 41 | 264 | 75 | 52 |
| Binary | 101010 | 10101010 | 10101011 | 1001011 | 1 | 0 | 100001 | 10110100 | 111101 | 101010 |
Color Harmonies of #2AAAAB
Complementary color
Monochromatic Colors of #2AAAAB
Black with #2AAAAB
Text Example
Text Example
White with #2AAAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAAAB; }
p { color: rgb(42,170,171); }
H1.HeaderClassName
{
color: #2AAAAB;
}
.AnyTagClassName
{
color: #2AAAAB;
}
</style>
background-color css
<style>
a { background-color: #2AAAAB; }
a { background-color: rgb(42,170,171); }
div.DivClassName
{
background-color: #2AAAAB;
}
.BgClassName
{
background-color: #2AAAAB;
}
</style>
border-color css
<style>
span { border-color: #2AAAAB; }
span { border-color: rgb(42,170,171); }
td.TdClassName
{
border-color: #2AAAAB;
}
.TagClassName
{
border-color: #2AAAAB;
}
</style>