Html Css Color HEX #2EC2BA Light Sea Green

📋 copy color: '#2EC2BA'

red 46 ◦ green 194 ◦ blue 186

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

Shades of Light Sea Green #2EC2BA

Tints of Light Sea Green #2EC2BA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.54%

 BLUE value IS 186 (73.05% from 255) = 43.66%

R = 10.8%
G = 45.54%
B = 43.66%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#2EC2BA (or 0x2EC2BA) is known color: Light Sea Green. HEX triplet: 2E, C2 and BA. RGB value is (46,194,186). Sum of RGB (Red+Green+Blue) = 46+194+186=426 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.80% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC2BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC2BA is #D13D45. Grayscale: #949494. Windows color (decimal): -13712710 or 12239406. OLE color: 12239406.

HSL color Cylindrical-coordinate representation of color #2EC2BA: hue angle of 176.76º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC2BA is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 194 186 -
CMYK 0.76 0 0.04 0.24
HSL 176.76º 0.62% 0.47% -
HSV(B) 176.76º 0.76% 0.76% -
XYZ 29.28 42.71 53.15 -
YUV 148.84 148.97 54.65 -
System Red Green Blue C M Y K H S L
Decimal 46 194 186 0.76 0 0.04 0.24 176.76 0.62 0.47
Hex 2E C2 BA 4C 0 4 18 B1 3E 2F
Octal 56 302 272 114 0 4 30 261 76 57
Binary 101110 11000010 10111010 1001100 0 100 11000 10110001 111110 101111

Color Harmonies of #2EC2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC2BA

Black with #2EC2BA

Text Example


Text Example

White with #2EC2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,194,186); }

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

background-color css

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

 a { background-color: rgb(46,194,186); }

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

border-color css

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

 span { border-color: rgb(46,194,186); }

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