Shades of Light Sea Green #2FADAD
Tints of Light Sea Green #2FADAD
RGB
CMYK
RGB Variations
Color information
#2FADAD (or 0x2FADAD) is known color: Light Sea Green. HEX triplet: 2F, AD and AD. RGB value is (47,173,173). Sum of RGB (Red+Green+Blue) = 47+173+173=393 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.96% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #2FADAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FADAD is #D05252. Grayscale: #878787. Windows color (decimal): -13652563 or 11382063. OLE color: 11382063.
HSL color Cylindrical-coordinate representation of color #2FADAD: hue angle of 180º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FADAD is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 173 | 173 | - |
| CMYK | 0.73 | 0 | 0 | 0.32 |
| HSL | 180º | 0.57% | 0.43% | - |
| HSV(B) | 180º | 0.73% | 0.68% | - |
| XYZ | 23.66 | 33.51 | 44.76 | - |
| YUV | 135.33 | 149.26 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 173 | 173 | 0.73 | 0 | 0 | 0.32 | 180 | 0.57 | 0.43 |
| Hex | 2F | AD | AD | 49 | 0 | 0 | 20 | B4 | 39 | 2B |
| Octal | 57 | 255 | 255 | 111 | 0 | 0 | 40 | 264 | 71 | 53 |
| Binary | 101111 | 10101101 | 10101101 | 1001001 | 0 | 0 | 100000 | 10110100 | 111001 | 101011 |
Color Harmonies of #2FADAD
Complementary color
Monochromatic Colors of #2FADAD
Black with #2FADAD
Text Example
Text Example
White with #2FADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FADAD; }
p { color: rgb(47,173,173); }
H1.HeaderClassName
{
color: #2FADAD;
}
.AnyTagClassName
{
color: #2FADAD;
}
</style>
background-color css
<style>
a { background-color: #2FADAD; }
a { background-color: rgb(47,173,173); }
div.DivClassName
{
background-color: #2FADAD;
}
.BgClassName
{
background-color: #2FADAD;
}
</style>
border-color css
<style>
span { border-color: #2FADAD; }
span { border-color: rgb(47,173,173); }
td.TdClassName
{
border-color: #2FADAD;
}
.TagClassName
{
border-color: #2FADAD;
}
</style>