Html Css Color HEX #2EBEAB Light Sea Green

📋 copy color: '#2EBEAB'

red 46 ◦ green 190 ◦ blue 171

#2EBEAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #2EBEAB

Tints of Light Sea Green #2EBEAB

RGB

 RED value IS 46 (18.36% from 255) = 11.3%

 GREEN value IS 190 (74.61% from 255) = 46.68%

 BLUE value IS 171 (67.19% from 255) = 42.01%

R = 11.3%
G = 46.68%
B = 42.01%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2EBEAB (or 0x2EBEAB) is known color: Light Sea Green. HEX triplet: 2E, BE and AB. RGB value is (46,190,171). Sum of RGB (Red+Green+Blue) = 46+190+171=407 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.30% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBEAB is #D14154. Grayscale: #909090. Windows color (decimal): -13713749 or 11255342. OLE color: 11255342.

HSL color Cylindrical-coordinate representation of color #2EBEAB: hue angle of 172.08º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBEAB is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 190 171 -
CMYK 0.76 0 0.10 0.25
HSL 172.08º 0.61% 0.46% -
HSV(B) 172.08º 0.76% 0.75% -
XYZ 26.89 40.35 44.9 -
YUV 144.78 142.79 57.54 -
System Red Green Blue C M Y K H S L
Decimal 46 190 171 0.76 0 0.10 0.25 172.08 0.61 0.46
Hex 2E BE AB 4C 0 A 19 AC 3D 2E
Octal 56 276 253 114 0 12 31 254 75 56
Binary 101110 10111110 10101011 1001100 0 1010 11001 10101100 111101 101110

Color Harmonies of #2EBEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBEAB

Black with #2EBEAB

Text Example


Text Example

White with #2EBEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2EBEAB; }

 p { color: rgb(46,190,171); }

 H1.HeaderClassName
 {
   color: #2EBEAB;
 }
 .AnyTagClassName
 {
   color: #2EBEAB;
 }
</style>

background-color css

<style>
 a { background-color: #2EBEAB; }

 a { background-color: rgb(46,190,171); }

 div.DivClassName
 {
   background-color: #2EBEAB;
 }
 .BgClassName
 {
   background-color: #2EBEAB;
 }
</style>

border-color css

<style>
 span { border-color: #2EBEAB; }

 span { border-color: rgb(46,190,171); }

 td.TdClassName
 {
   border-color: #2EBEAB;
 }
 .TagClassName
 {
   border-color: #2EBEAB;
 }
</style>