Html Css Color HEX #2EC2BF Light Sea Green

📋 copy color: '#2EC2BF'

red 46 ◦ green 194 ◦ blue 191

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

Shades of Light Sea Green #2EC2BF

Tints of Light Sea Green #2EC2BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.32%

R = 10.67%
G = 45.01%
B = 44.32%

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

#2EC2BF (or 0x2EC2BF) is known color: Light Sea Green. HEX triplet: 2E, C2 and BF. RGB value is (46,194,191). Sum of RGB (Red+Green+Blue) = 46+194+191=431 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.67% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC2BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC2BF is #D13D40. Grayscale: #959595. Windows color (decimal): -13712705 or 12567086. OLE color: 12567086.

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

Color convert

RGB 46 194 191 -
CMYK 0.76 0 0.02 0.24
HSL 178.78º 0.62% 0.47% -
HSV(B) 178.78º 0.76% 0.76% -
XYZ 29.82 42.93 56 -
YUV 149.41 151.47 54.24 -
System Red Green Blue C M Y K H S L
Decimal 46 194 191 0.76 0 0.02 0.24 178.78 0.62 0.47
Hex 2E C2 BF 4C 0 2 18 B3 3E 2F
Octal 56 302 277 114 0 2 30 263 76 57
Binary 101110 11000010 10111111 1001100 0 10 11000 10110011 111110 101111

Color Harmonies of #2EC2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC2BF

Black with #2EC2BF

Text Example


Text Example

White with #2EC2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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