Shades of Light Sea Green #2DAFAC
Tints of Light Sea Green #2DAFAC
RGB
CMYK
RGB Variations
Color information
#2DAFAC (or 0x2DAFAC) is known color: Light Sea Green. HEX triplet: 2D, AF and AC. RGB value is (45,175,172). Sum of RGB (Red+Green+Blue) = 45+175+172=392 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.48% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAFAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAFAC is #D25053. Grayscale: #878787. Windows color (decimal): -13783124 or 11317037. OLE color: 11317037.
HSL color Cylindrical-coordinate representation of color #2DAFAC: hue angle of 178.62º 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 #2DAFAC is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 175 | 172 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.31 |
| HSL | 178.62º | 0.59% | 0.43% | - |
| HSV(B) | 178.62º | 0.74% | 0.69% | - |
| XYZ | 23.86 | 34.2 | 44.37 | - |
| YUV | 135.79 | 148.43 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 172 | 0.74 | 0 | 0.02 | 0.31 | 178.62 | 0.59 | 0.43 |
| Hex | 2D | AF | AC | 4A | 0 | 2 | 1F | B3 | 3B | 2B |
| Octal | 55 | 257 | 254 | 112 | 0 | 2 | 37 | 263 | 73 | 53 |
| Binary | 101101 | 10101111 | 10101100 | 1001010 | 0 | 10 | 11111 | 10110011 | 111011 | 101011 |
Color Harmonies of #2DAFAC
Complementary color
Monochromatic Colors of #2DAFAC
Black with #2DAFAC
Text Example
Text Example
White with #2DAFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAFAC; }
p { color: rgb(45,175,172); }
H1.HeaderClassName
{
color: #2DAFAC;
}
.AnyTagClassName
{
color: #2DAFAC;
}
</style>
background-color css
<style>
a { background-color: #2DAFAC; }
a { background-color: rgb(45,175,172); }
div.DivClassName
{
background-color: #2DAFAC;
}
.BgClassName
{
background-color: #2DAFAC;
}
</style>
border-color css
<style>
span { border-color: #2DAFAC; }
span { border-color: rgb(45,175,172); }
td.TdClassName
{
border-color: #2DAFAC;
}
.TagClassName
{
border-color: #2DAFAC;
}
</style>