Html Css Color HEX #2EC1BF Light Sea Green

📋 copy color: '#2EC1BF'

red 46 ◦ green 193 ◦ blue 191

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

Shades of Light Sea Green #2EC1BF

Tints of Light Sea Green #2EC1BF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.88%

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

R = 10.7%
G = 44.88%
B = 44.42%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#2EC1BF (or 0x2EC1BF) is known color: Light Sea Green. HEX triplet: 2E, C1 and BF. RGB value is (46,193,191). Sum of RGB (Red+Green+Blue) = 46+193+191=430 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.70% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC1BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC1BF is #D13E40. Grayscale: #949494. Windows color (decimal): -13712961 or 12566830. OLE color: 12566830.

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

Color convert

RGB 46 193 191 -
CMYK 0.76 0 0.01 0.24
HSL 179.18º 0.62% 0.47% -
HSV(B) 179.18º 0.76% 0.76% -
XYZ 29.6 42.48 55.93 -
YUV 148.82 151.8 54.66 -
System Red Green Blue C M Y K H S L
Decimal 46 193 191 0.76 0 0.01 0.24 179.18 0.62 0.47
Hex 2E C1 BF 4C 0 1 18 B3 3E 2F
Octal 56 301 277 114 0 1 30 263 76 57
Binary 101110 11000001 10111111 1001100 0 1 11000 10110011 111110 101111

Color Harmonies of #2EC1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC1BF

Black with #2EC1BF

Text Example


Text Example

White with #2EC1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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