Shades of Light Sea Green #2DAAB1
Tints of Light Sea Green #2DAAB1
RGB
CMYK
RGB Variations
Color information
#2DAAB1 (or 0x2DAAB1) is known color: Light Sea Green. HEX triplet: 2D, AA and B1. RGB value is (45,170,177). Sum of RGB (Red+Green+Blue) = 45+170+177=392 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.48% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 177 (69.53% from 255 or 45.15% from 392); Max value from RGB is 177 - color contains mainly: blue. Hex color #2DAAB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAAB1 is #D2554E. Grayscale: #858585. Windows color (decimal): -13784399 or 11643437. OLE color: 11643437.
HSL color Cylindrical-coordinate representation of color #2DAAB1: hue angle of 183.18º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DAAB1 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 170 | 177 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.31 |
| HSL | 183.18º | 0.59% | 0.44% | - |
| HSV(B) | 183.18º | 0.75% | 0.69% | - |
| XYZ | 23.39 | 32.48 | 46.63 | - |
| YUV | 133.42 | 152.59 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 170 | 177 | 0.75 | 0.04 | 0 | 0.31 | 183.18 | 0.59 | 0.44 |
| Hex | 2D | AA | B1 | 4B | 4 | 0 | 1F | B7 | 3B | 2C |
| Octal | 55 | 252 | 261 | 113 | 4 | 0 | 37 | 267 | 73 | 54 |
| Binary | 101101 | 10101010 | 10110001 | 1001011 | 100 | 0 | 11111 | 10110111 | 111011 | 101100 |
Color Harmonies of #2DAAB1
Complementary color
Monochromatic Colors of #2DAAB1
Black with #2DAAB1
Text Example
Text Example
White with #2DAAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAAB1; }
p { color: rgb(45,170,177); }
H1.HeaderClassName
{
color: #2DAAB1;
}
.AnyTagClassName
{
color: #2DAAB1;
}
</style>
background-color css
<style>
a { background-color: #2DAAB1; }
a { background-color: rgb(45,170,177); }
div.DivClassName
{
background-color: #2DAAB1;
}
.BgClassName
{
background-color: #2DAAB1;
}
</style>
border-color css
<style>
span { border-color: #2DAAB1; }
span { border-color: rgb(45,170,177); }
td.TdClassName
{
border-color: #2DAAB1;
}
.TagClassName
{
border-color: #2DAAB1;
}
</style>