Html Css Color HEX #2EC4BC Light Sea Green

📋 copy color: '#2EC4BC'

red 46 ◦ green 196 ◦ blue 188

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

Shades of Light Sea Green #2EC4BC

Tints of Light Sea Green #2EC4BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.72%

R = 10.7%
G = 45.58%
B = 43.72%

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

#2EC4BC (or 0x2EC4BC) is known color: Light Sea Green. HEX triplet: 2E, C4 and BC. RGB value is (46,196,188). Sum of RGB (Red+Green+Blue) = 46+196+188=430 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.70% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC4BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC4BC is #D13B43. Grayscale: #969696. Windows color (decimal): -13712196 or 12370990. OLE color: 12370990.

HSL color Cylindrical-coordinate representation of color #2EC4BC: hue angle of 176.8º 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 #2EC4BC is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 46 196 188 -
CMYK 0.77 0 0.04 0.23
HSL 176.8º 0.62% 0.47% -
HSV(B) 176.8º 0.77% 0.77% -
XYZ 29.94 43.69 54.43 -
YUV 150.24 149.31 53.65 -
System Red Green Blue C M Y K H S L
Decimal 46 196 188 0.77 0 0.04 0.23 176.8 0.62 0.47
Hex 2E C4 BC 4D 0 4 17 B1 3E 2F
Octal 56 304 274 115 0 4 27 261 76 57
Binary 101110 11000100 10111100 1001101 0 100 10111 10110001 111110 101111

Color Harmonies of #2EC4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC4BC

Black with #2EC4BC

Text Example


Text Example

White with #2EC4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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