Shades of Light Sea Green #2FB0A2
Tints of Light Sea Green #2FB0A2
RGB
CMYK
RGB Variations
Color information
#2FB0A2 (or 0x2FB0A2) is known color: Light Sea Green. HEX triplet: 2F, B0 and A2. RGB value is (47,176,162). Sum of RGB (Red+Green+Blue) = 47+176+162=385 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.21% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB0A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FB0A2 is #D04F5D. Grayscale: #878787. Windows color (decimal): -13651806 or 10661935. OLE color: 10661935.
HSL color Cylindrical-coordinate representation of color #2FB0A2: hue angle of 173.49º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FB0A2 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 176 | 162 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.31 |
| HSL | 173.49º | 0.58% | 0.44% | - |
| HSV(B) | 173.49º | 0.73% | 0.69% | - |
| XYZ | 23.22 | 34.26 | 39.57 | - |
| YUV | 135.83 | 142.76 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 176 | 162 | 0.73 | 0 | 0.08 | 0.31 | 173.49 | 0.58 | 0.44 |
| Hex | 2F | B0 | A2 | 49 | 0 | 8 | 1F | AD | 3A | 2C |
| Octal | 57 | 260 | 242 | 111 | 0 | 10 | 37 | 255 | 72 | 54 |
| Binary | 101111 | 10110000 | 10100010 | 1001001 | 0 | 1000 | 11111 | 10101101 | 111010 | 101100 |
Color Harmonies of #2FB0A2
Complementary color
Monochromatic Colors of #2FB0A2
Black with #2FB0A2
Text Example
Text Example
White with #2FB0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB0A2; }
p { color: rgb(47,176,162); }
H1.HeaderClassName
{
color: #2FB0A2;
}
.AnyTagClassName
{
color: #2FB0A2;
}
</style>
background-color css
<style>
a { background-color: #2FB0A2; }
a { background-color: rgb(47,176,162); }
div.DivClassName
{
background-color: #2FB0A2;
}
.BgClassName
{
background-color: #2FB0A2;
}
</style>
border-color css
<style>
span { border-color: #2FB0A2; }
span { border-color: rgb(47,176,162); }
td.TdClassName
{
border-color: #2FB0A2;
}
.TagClassName
{
border-color: #2FB0A2;
}
</style>