Html Css Color HEX #2EC1BD Light Sea Green

📋 copy color: '#2EC1BD'

red 46 ◦ green 193 ◦ blue 189

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

Shades of Light Sea Green #2EC1BD

Tints of Light Sea Green #2EC1BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.16%

R = 10.75%
G = 45.09%
B = 44.16%

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

#2EC1BD (or 0x2EC1BD) is known color: Light Sea Green. HEX triplet: 2E, C1 and BD. RGB value is (46,193,189). Sum of RGB (Red+Green+Blue) = 46+193+189=428 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.75% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC1BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC1BD is #D13E42. Grayscale: #949494. Windows color (decimal): -13712963 or 12435758. OLE color: 12435758.

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

Color convert

RGB 46 193 189 -
CMYK 0.76 0 0.02 0.24
HSL 178.37º 0.62% 0.47% -
HSV(B) 178.37º 0.76% 0.76% -
XYZ 29.38 42.39 54.78 -
YUV 148.59 150.8 54.83 -
System Red Green Blue C M Y K H S L
Decimal 46 193 189 0.76 0 0.02 0.24 178.37 0.62 0.47
Hex 2E C1 BD 4C 0 2 18 B2 3E 2F
Octal 56 301 275 114 0 2 30 262 76 57
Binary 101110 11000001 10111101 1001100 0 10 11000 10110010 111110 101111

Color Harmonies of #2EC1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC1BD

Black with #2EC1BD

Text Example


Text Example

White with #2EC1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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