Shades of Light Sea Green #2EAFAF
Tints of Light Sea Green #2EAFAF
RGB
CMYK
RGB Variations
Color information
#2EAFAF (or 0x2EAFAF) is known color: Light Sea Green. HEX triplet: 2E, AF and AF. RGB value is (46,175,175). Sum of RGB (Red+Green+Blue) = 46+175+175=396 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.62% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #2EAFAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAFAF is #D15050. Grayscale: #888888. Windows color (decimal): -13717585 or 11513646. OLE color: 11513646.
HSL color Cylindrical-coordinate representation of color #2EAFAF: hue angle of 180º degrees, saturation: 0.58, 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 #2EAFAF is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 175 | 175 | - |
| CMYK | 0.74 | 0 | 0 | 0.31 |
| HSL | 180º | 0.58% | 0.43% | - |
| HSV(B) | 180º | 0.74% | 0.69% | - |
| XYZ | 24.19 | 34.34 | 45.91 | - |
| YUV | 136.43 | 149.76 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 175 | 175 | 0.74 | 0 | 0 | 0.31 | 180 | 0.58 | 0.43 |
| Hex | 2E | AF | AF | 4A | 0 | 0 | 1F | B4 | 3A | 2B |
| Octal | 56 | 257 | 257 | 112 | 0 | 0 | 37 | 264 | 72 | 53 |
| Binary | 101110 | 10101111 | 10101111 | 1001010 | 0 | 0 | 11111 | 10110100 | 111010 | 101011 |
Color Harmonies of #2EAFAF
Complementary color
Monochromatic Colors of #2EAFAF
Black with #2EAFAF
Text Example
Text Example
White with #2EAFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAFAF; }
p { color: rgb(46,175,175); }
H1.HeaderClassName
{
color: #2EAFAF;
}
.AnyTagClassName
{
color: #2EAFAF;
}
</style>
background-color css
<style>
a { background-color: #2EAFAF; }
a { background-color: rgb(46,175,175); }
div.DivClassName
{
background-color: #2EAFAF;
}
.BgClassName
{
background-color: #2EAFAF;
}
</style>
border-color css
<style>
span { border-color: #2EAFAF; }
span { border-color: rgb(46,175,175); }
td.TdClassName
{
border-color: #2EAFAF;
}
.TagClassName
{
border-color: #2EAFAF;
}
</style>