Html Css Color HEX #2EC3BD Light Sea Green

📋 copy color: '#2EC3BD'

red 46 ◦ green 195 ◦ blue 189

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

Shades of Light Sea Green #2EC3BD

Tints of Light Sea Green #2EC3BD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.35%

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

R = 10.7%
G = 45.35%
B = 43.95%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#2EC3BD (or 0x2EC3BD) is known color: Light Sea Green. HEX triplet: 2E, C3 and BD. RGB value is (46,195,189). Sum of RGB (Red+Green+Blue) = 46+195+189=430 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.70% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC3BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC3BD is #D13C42. Grayscale: #959595. Windows color (decimal): -13712451 or 12436270. OLE color: 12436270.

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

Color convert

RGB 46 195 189 -
CMYK 0.76 0 0.03 0.24
HSL 177.58º 0.62% 0.47% -
HSV(B) 177.58º 0.76% 0.76% -
XYZ 29.83 43.29 54.93 -
YUV 149.77 150.14 53.99 -
System Red Green Blue C M Y K H S L
Decimal 46 195 189 0.76 0 0.03 0.24 177.58 0.62 0.47
Hex 2E C3 BD 4C 0 3 18 B2 3E 2F
Octal 56 303 275 114 0 3 30 262 76 57
Binary 101110 11000011 10111101 1001100 0 11 11000 10110010 111110 101111

Color Harmonies of #2EC3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC3BD

Black with #2EC3BD

Text Example


Text Example

White with #2EC3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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