Shades of Light Sea Green #2EB2B2
Tints of Light Sea Green #2EB2B2
RGB
CMYK
RGB Variations
Color information
#2EB2B2 (or 0x2EB2B2) is known color: Light Sea Green. HEX triplet: 2E, B2 and B2. RGB value is (46,178,178). Sum of RGB (Red+Green+Blue) = 46+178+178=402 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.44% from 402); Green value is 178 (69.92% from 255 or 44.28% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 178 - color contains mainly: green, blue. Hex color #2EB2B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB2B2 is #D14D4D. Grayscale: #8A8A8A. Windows color (decimal): -13716814 or 11711022. OLE color: 11711022.
HSL color Cylindrical-coordinate representation of color #2EB2B2: hue angle of 180º degrees, saturation: 0.59, 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 #2EB2B2 is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 178 | 178 | - |
| CMYK | 0.74 | 0 | 0 | 0.30 |
| HSL | 180º | 0.59% | 0.44% | - |
| HSV(B) | 180º | 0.74% | 0.7% | - |
| XYZ | 25.08 | 35.64 | 47.68 | - |
| YUV | 138.53 | 150.27 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 178 | 178 | 0.74 | 0 | 0 | 0.30 | 180 | 0.59 | 0.44 |
| Hex | 2E | B2 | B2 | 4A | 0 | 0 | 1E | B4 | 3B | 2C |
| Octal | 56 | 262 | 262 | 112 | 0 | 0 | 36 | 264 | 73 | 54 |
| Binary | 101110 | 10110010 | 10110010 | 1001010 | 0 | 0 | 11110 | 10110100 | 111011 | 101100 |
Color Harmonies of #2EB2B2
Complementary color
Monochromatic Colors of #2EB2B2
Black with #2EB2B2
Text Example
Text Example
White with #2EB2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB2B2; }
p { color: rgb(46,178,178); }
H1.HeaderClassName
{
color: #2EB2B2;
}
.AnyTagClassName
{
color: #2EB2B2;
}
</style>
background-color css
<style>
a { background-color: #2EB2B2; }
a { background-color: rgb(46,178,178); }
div.DivClassName
{
background-color: #2EB2B2;
}
.BgClassName
{
background-color: #2EB2B2;
}
</style>
border-color css
<style>
span { border-color: #2EB2B2; }
span { border-color: rgb(46,178,178); }
td.TdClassName
{
border-color: #2EB2B2;
}
.TagClassName
{
border-color: #2EB2B2;
}
</style>