Shades of Light Sea Green #2FAEAF
Tints of Light Sea Green #2FAEAF
RGB
CMYK
RGB Variations
Color information
#2FAEAF (or 0x2FAEAF) is known color: Light Sea Green. HEX triplet: 2F, AE and AF. RGB value is (47,174,175). Sum of RGB (Red+Green+Blue) = 47+174+175=396 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.87% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #2FAEAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAEAF is #D05150. Grayscale: #888888. Windows color (decimal): -13652305 or 11513391. OLE color: 11513391.
HSL color Cylindrical-coordinate representation of color #2FAEAF: hue angle of 180.47º 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 #2FAEAF is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 174 | 175 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.31 |
| HSL | 180.47º | 0.58% | 0.44% | - |
| HSV(B) | 180.47º | 0.73% | 0.69% | - |
| XYZ | 24.05 | 33.97 | 45.85 | - |
| YUV | 136.14 | 149.92 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 174 | 175 | 0.73 | 0.01 | 0 | 0.31 | 180.47 | 0.58 | 0.44 |
| Hex | 2F | AE | AF | 49 | 1 | 0 | 1F | B4 | 3A | 2C |
| Octal | 57 | 256 | 257 | 111 | 1 | 0 | 37 | 264 | 72 | 54 |
| Binary | 101111 | 10101110 | 10101111 | 1001001 | 1 | 0 | 11111 | 10110100 | 111010 | 101100 |
Color Harmonies of #2FAEAF
Complementary color
Monochromatic Colors of #2FAEAF
Black with #2FAEAF
Text Example
Text Example
White with #2FAEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAEAF; }
p { color: rgb(47,174,175); }
H1.HeaderClassName
{
color: #2FAEAF;
}
.AnyTagClassName
{
color: #2FAEAF;
}
</style>
background-color css
<style>
a { background-color: #2FAEAF; }
a { background-color: rgb(47,174,175); }
div.DivClassName
{
background-color: #2FAEAF;
}
.BgClassName
{
background-color: #2FAEAF;
}
</style>
border-color css
<style>
span { border-color: #2FAEAF; }
span { border-color: rgb(47,174,175); }
td.TdClassName
{
border-color: #2FAEAF;
}
.TagClassName
{
border-color: #2FAEAF;
}
</style>