Html Css Color HEX #2EC2BE Light Sea Green

📋 copy color: '#2EC2BE'

red 46 ◦ green 194 ◦ blue 190

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

Shades of Light Sea Green #2EC2BE

Tints of Light Sea Green #2EC2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.19%

R = 10.7%
G = 45.12%
B = 44.19%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#2EC2BE (or 0x2EC2BE) is known color: Light Sea Green. HEX triplet: 2E, C2 and BE. RGB value is (46,194,190). Sum of RGB (Red+Green+Blue) = 46+194+190=430 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.70% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC2BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC2BE is #D13D41. Grayscale: #959595. Windows color (decimal): -13712706 or 12501550. OLE color: 12501550.

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

Color convert

RGB 46 194 190 -
CMYK 0.76 0 0.02 0.24
HSL 178.38º 0.62% 0.47% -
HSV(B) 178.38º 0.76% 0.76% -
XYZ 29.71 42.88 55.43 -
YUV 149.29 150.97 54.33 -
System Red Green Blue C M Y K H S L
Decimal 46 194 190 0.76 0 0.02 0.24 178.38 0.62 0.47
Hex 2E C2 BE 4C 0 2 18 B2 3E 2F
Octal 56 302 276 114 0 2 30 262 76 57
Binary 101110 11000010 10111110 1001100 0 10 11000 10110010 111110 101111

Color Harmonies of #2EC2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC2BE

Black with #2EC2BE

Text Example


Text Example

White with #2EC2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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