Shades of Light Sea Green #2DAFAD
Tints of Light Sea Green #2DAFAD
RGB
CMYK
RGB Variations
Color information
#2DAFAD (or 0x2DAFAD) is known color: Light Sea Green. HEX triplet: 2D, AF and AD. RGB value is (45,175,173). Sum of RGB (Red+Green+Blue) = 45+175+173=393 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.45% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAFAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAFAD is #D25052. Grayscale: #878787. Windows color (decimal): -13783123 or 11382573. OLE color: 11382573.
HSL color Cylindrical-coordinate representation of color #2DAFAD: hue angle of 179.08º 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 #2DAFAD is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 175 | 173 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.31 |
| HSL | 179.08º | 0.59% | 0.43% | - |
| HSV(B) | 179.08º | 0.74% | 0.69% | - |
| XYZ | 23.95 | 34.23 | 44.88 | - |
| YUV | 135.9 | 148.93 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 173 | 0.74 | 0 | 0.01 | 0.31 | 179.08 | 0.59 | 0.43 |
| Hex | 2D | AF | AD | 4A | 0 | 1 | 1F | B3 | 3B | 2B |
| Octal | 55 | 257 | 255 | 112 | 0 | 1 | 37 | 263 | 73 | 53 |
| Binary | 101101 | 10101111 | 10101101 | 1001010 | 0 | 1 | 11111 | 10110011 | 111011 | 101011 |
Color Harmonies of #2DAFAD
Complementary color
Monochromatic Colors of #2DAFAD
Black with #2DAFAD
Text Example
Text Example
White with #2DAFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAFAD; }
p { color: rgb(45,175,173); }
H1.HeaderClassName
{
color: #2DAFAD;
}
.AnyTagClassName
{
color: #2DAFAD;
}
</style>
background-color css
<style>
a { background-color: #2DAFAD; }
a { background-color: rgb(45,175,173); }
div.DivClassName
{
background-color: #2DAFAD;
}
.BgClassName
{
background-color: #2DAFAD;
}
</style>
border-color css
<style>
span { border-color: #2DAFAD; }
span { border-color: rgb(45,175,173); }
td.TdClassName
{
border-color: #2DAFAD;
}
.TagClassName
{
border-color: #2DAFAD;
}
</style>