Html Css Color HEX #2EBEAC Light Sea Green

📋 copy color: '#2EBEAC'

red 46 ◦ green 190 ◦ blue 172

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

Shades of Light Sea Green #2EBEAC

Tints of Light Sea Green #2EBEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.16%

R = 11.27%
G = 46.57%
B = 42.16%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#2EBEAC (or 0x2EBEAC) is known color: Light Sea Green. HEX triplet: 2E, BE and AC. RGB value is (46,190,172). Sum of RGB (Red+Green+Blue) = 46+190+172=408 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.27% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBEAC is #D14153. Grayscale: #909090. Windows color (decimal): -13713748 or 11320878. OLE color: 11320878.

HSL color Cylindrical-coordinate representation of color #2EBEAC: hue angle of 172.5º 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 #2EBEAC is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 190 172 -
CMYK 0.76 0 0.09 0.25
HSL 172.5º 0.61% 0.46% -
HSV(B) 172.5º 0.76% 0.75% -
XYZ 26.99 40.39 45.4 -
YUV 144.89 143.29 57.46 -
System Red Green Blue C M Y K H S L
Decimal 46 190 172 0.76 0 0.09 0.25 172.5 0.61 0.46
Hex 2E BE AC 4C 0 9 19 AC 3D 2E
Octal 56 276 254 114 0 11 31 254 75 56
Binary 101110 10111110 10101100 1001100 0 1001 11001 10101100 111101 101110

Color Harmonies of #2EBEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBEAC

Black with #2EBEAC

Text Example


Text Example

White with #2EBEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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