Shades of Light Sea Green #2FADB3
Tints of Light Sea Green #2FADB3
RGB
CMYK
RGB Variations
Color information
#2FADB3 (or 0x2FADB3) is known color: Light Sea Green. HEX triplet: 2F, AD and B3. RGB value is (47,173,179). Sum of RGB (Red+Green+Blue) = 47+173+179=399 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.78% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 179 (70.31% from 255 or 44.86% from 399); Max value from RGB is 179 - color contains mainly: blue. Hex color #2FADB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FADB3 is #D0524C. Grayscale: #878787. Windows color (decimal): -13652557 or 11775279. OLE color: 11775279.
HSL color Cylindrical-coordinate representation of color #2FADB3: hue angle of 182.73º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FADB3 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 173 | 179 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.30 |
| HSL | 182.73º | 0.58% | 0.44% | - |
| HSV(B) | 182.73º | 0.74% | 0.7% | - |
| XYZ | 24.25 | 33.75 | 47.88 | - |
| YUV | 136.01 | 152.26 | 64.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 173 | 179 | 0.74 | 0.03 | 0 | 0.30 | 182.73 | 0.58 | 0.44 |
| Hex | 2F | AD | B3 | 4A | 3 | 0 | 1E | B7 | 3A | 2C |
| Octal | 57 | 255 | 263 | 112 | 3 | 0 | 36 | 267 | 72 | 54 |
| Binary | 101111 | 10101101 | 10110011 | 1001010 | 11 | 0 | 11110 | 10110111 | 111010 | 101100 |
Color Harmonies of #2FADB3
Complementary color
Monochromatic Colors of #2FADB3
Black with #2FADB3
Text Example
Text Example
White with #2FADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FADB3; }
p { color: rgb(47,173,179); }
H1.HeaderClassName
{
color: #2FADB3;
}
.AnyTagClassName
{
color: #2FADB3;
}
</style>
background-color css
<style>
a { background-color: #2FADB3; }
a { background-color: rgb(47,173,179); }
div.DivClassName
{
background-color: #2FADB3;
}
.BgClassName
{
background-color: #2FADB3;
}
</style>
border-color css
<style>
span { border-color: #2FADB3; }
span { border-color: rgb(47,173,179); }
td.TdClassName
{
border-color: #2FADB3;
}
.TagClassName
{
border-color: #2FADB3;
}
</style>