Shades of Light Sea Green #2DAEAF
Tints of Light Sea Green #2DAEAF
RGB
CMYK
RGB Variations
Color information
#2DAEAF (or 0x2DAEAF) is known color: Light Sea Green. HEX triplet: 2D, AE and AF. RGB value is (45,174,175). Sum of RGB (Red+Green+Blue) = 45+174+175=394 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.42% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #2DAEAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAEAF is #D25150. Grayscale: #878787. Windows color (decimal): -13783377 or 11513389. OLE color: 11513389.
HSL color Cylindrical-coordinate representation of color #2DAEAF: hue angle of 180.46º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAEAF is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 174 | 175 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.31 |
| HSL | 180.46º | 0.59% | 0.43% | - |
| HSV(B) | 180.46º | 0.74% | 0.69% | - |
| XYZ | 23.96 | 33.93 | 45.84 | - |
| YUV | 135.54 | 150.26 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 174 | 175 | 0.74 | 0.01 | 0 | 0.31 | 180.46 | 0.59 | 0.43 |
| Hex | 2D | AE | AF | 4A | 1 | 0 | 1F | B4 | 3B | 2B |
| Octal | 55 | 256 | 257 | 112 | 1 | 0 | 37 | 264 | 73 | 53 |
| Binary | 101101 | 10101110 | 10101111 | 1001010 | 1 | 0 | 11111 | 10110100 | 111011 | 101011 |
Color Harmonies of #2DAEAF
Complementary color
Monochromatic Colors of #2DAEAF
Black with #2DAEAF
Text Example
Text Example
White with #2DAEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAEAF; }
p { color: rgb(45,174,175); }
H1.HeaderClassName
{
color: #2DAEAF;
}
.AnyTagClassName
{
color: #2DAEAF;
}
</style>
background-color css
<style>
a { background-color: #2DAEAF; }
a { background-color: rgb(45,174,175); }
div.DivClassName
{
background-color: #2DAEAF;
}
.BgClassName
{
background-color: #2DAEAF;
}
</style>
border-color css
<style>
span { border-color: #2DAEAF; }
span { border-color: rgb(45,174,175); }
td.TdClassName
{
border-color: #2DAEAF;
}
.TagClassName
{
border-color: #2DAEAF;
}
</style>