Shades of Light Sea Green #2DAFAB
Tints of Light Sea Green #2DAFAB
RGB
CMYK
RGB Variations
Color information
#2DAFAB (or 0x2DAFAB) is known color: Light Sea Green. HEX triplet: 2D, AF and AB. RGB value is (45,175,171). Sum of RGB (Red+Green+Blue) = 45+175+171=391 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.51% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAFAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAFAB is #D25054. Grayscale: #878787. Windows color (decimal): -13783125 or 11251501. OLE color: 11251501.
HSL color Cylindrical-coordinate representation of color #2DAFAB: hue angle of 178.15º 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 #2DAFAB is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 175 | 171 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.31 |
| HSL | 178.15º | 0.59% | 0.43% | - |
| HSV(B) | 178.15º | 0.74% | 0.69% | - |
| XYZ | 23.76 | 34.16 | 43.87 | - |
| YUV | 135.67 | 147.93 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 171 | 0.74 | 0 | 0.02 | 0.31 | 178.15 | 0.59 | 0.43 |
| Hex | 2D | AF | AB | 4A | 0 | 2 | 1F | B2 | 3B | 2B |
| Octal | 55 | 257 | 253 | 112 | 0 | 2 | 37 | 262 | 73 | 53 |
| Binary | 101101 | 10101111 | 10101011 | 1001010 | 0 | 10 | 11111 | 10110010 | 111011 | 101011 |
Color Harmonies of #2DAFAB
Complementary color
Monochromatic Colors of #2DAFAB
Black with #2DAFAB
Text Example
Text Example
White with #2DAFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAFAB; }
p { color: rgb(45,175,171); }
H1.HeaderClassName
{
color: #2DAFAB;
}
.AnyTagClassName
{
color: #2DAFAB;
}
</style>
background-color css
<style>
a { background-color: #2DAFAB; }
a { background-color: rgb(45,175,171); }
div.DivClassName
{
background-color: #2DAFAB;
}
.BgClassName
{
background-color: #2DAFAB;
}
</style>
border-color css
<style>
span { border-color: #2DAFAB; }
span { border-color: rgb(45,175,171); }
td.TdClassName
{
border-color: #2DAFAB;
}
.TagClassName
{
border-color: #2DAFAB;
}
</style>