Html Css Color HEX #2EC4BD Light Sea Green

📋 copy color: '#2EC4BD'

red 46 ◦ green 196 ◦ blue 189

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

Shades of Light Sea Green #2EC4BD

Tints of Light Sea Green #2EC4BD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.48%

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

R = 10.67%
G = 45.48%
B = 43.85%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#2EC4BD (or 0x2EC4BD) is known color: Light Sea Green. HEX triplet: 2E, C4 and BD. RGB value is (46,196,189). Sum of RGB (Red+Green+Blue) = 46+196+189=431 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.67% from 431); Green value is 196 (76.95% from 255 or 45.48% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC4BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC4BD is #D13B42. Grayscale: #969696. Windows color (decimal): -13712195 or 12436526. OLE color: 12436526.

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

Color convert

RGB 46 196 189 -
CMYK 0.77 0 0.04 0.23
HSL 177.2º 0.62% 0.47% -
HSV(B) 177.2º 0.77% 0.77% -
XYZ 30.05 43.73 55 -
YUV 150.35 149.81 53.57 -
System Red Green Blue C M Y K H S L
Decimal 46 196 189 0.77 0 0.04 0.23 177.2 0.62 0.47
Hex 2E C4 BD 4D 0 4 17 B1 3E 2F
Octal 56 304 275 115 0 4 27 261 76 57
Binary 101110 11000100 10111101 1001101 0 100 10111 10110001 111110 101111

Color Harmonies of #2EC4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC4BD

Black with #2EC4BD

Text Example


Text Example

White with #2EC4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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