Shades of Light Sea Green #2AAEB3
Tints of Light Sea Green #2AAEB3
RGB
CMYK
RGB Variations
Color information
#2AAEB3 (or 0x2AAEB3) is known color: Light Sea Green. HEX triplet: 2A, AE and B3. RGB value is (42,174,179). Sum of RGB (Red+Green+Blue) = 42+174+179=395 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.63% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 179 (70.31% from 255 or 45.32% from 395); Max value from RGB is 179 - color contains mainly: blue. Hex color #2AAEB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAEB3 is #D5514C. Grayscale: #868686. Windows color (decimal): -13979981 or 11775530. OLE color: 11775530.
HSL color Cylindrical-coordinate representation of color #2AAEB3: hue angle of 182.19º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AAEB3 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 174 | 179 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.30 |
| HSL | 182.19º | 0.62% | 0.43% | - |
| HSV(B) | 182.19º | 0.77% | 0.7% | - |
| XYZ | 24.23 | 34.02 | 47.94 | - |
| YUV | 135.1 | 152.77 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 174 | 179 | 0.77 | 0.03 | 0 | 0.30 | 182.19 | 0.62 | 0.43 |
| Hex | 2A | AE | B3 | 4D | 3 | 0 | 1E | B6 | 3E | 2B |
| Octal | 52 | 256 | 263 | 115 | 3 | 0 | 36 | 266 | 76 | 53 |
| Binary | 101010 | 10101110 | 10110011 | 1001101 | 11 | 0 | 11110 | 10110110 | 111110 | 101011 |
Color Harmonies of #2AAEB3
Complementary color
Monochromatic Colors of #2AAEB3
Black with #2AAEB3
Text Example
Text Example
White with #2AAEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAEB3; }
p { color: rgb(42,174,179); }
H1.HeaderClassName
{
color: #2AAEB3;
}
.AnyTagClassName
{
color: #2AAEB3;
}
</style>
background-color css
<style>
a { background-color: #2AAEB3; }
a { background-color: rgb(42,174,179); }
div.DivClassName
{
background-color: #2AAEB3;
}
.BgClassName
{
background-color: #2AAEB3;
}
</style>
border-color css
<style>
span { border-color: #2AAEB3; }
span { border-color: rgb(42,174,179); }
td.TdClassName
{
border-color: #2AAEB3;
}
.TagClassName
{
border-color: #2AAEB3;
}
</style>