Html Css Color HEX #2EC3BA Light Sea Green

📋 copy color: '#2EC3BA'

red 46 ◦ green 195 ◦ blue 186

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

Shades of Light Sea Green #2EC3BA

Tints of Light Sea Green #2EC3BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.56%

R = 10.77%
G = 45.67%
B = 43.56%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#2EC3BA (or 0x2EC3BA) is known color: Light Sea Green. HEX triplet: 2E, C3 and BA. RGB value is (46,195,186). Sum of RGB (Red+Green+Blue) = 46+195+186=427 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.77% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC3BA is #D13C45. Grayscale: #959595. Windows color (decimal): -13712454 or 12239662. OLE color: 12239662.

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

Color convert

RGB 46 195 186 -
CMYK 0.76 0 0.05 0.24
HSL 176.38º 0.62% 0.47% -
HSV(B) 176.38º 0.76% 0.76% -
XYZ 29.5 43.16 53.23 -
YUV 149.42 148.64 54.23 -
System Red Green Blue C M Y K H S L
Decimal 46 195 186 0.76 0 0.05 0.24 176.38 0.62 0.47
Hex 2E C3 BA 4C 0 5 18 B0 3E 2F
Octal 56 303 272 114 0 5 30 260 76 57
Binary 101110 11000011 10111010 1001100 0 101 11000 10110000 111110 101111

Color Harmonies of #2EC3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC3BA

Black with #2EC3BA

Text Example


Text Example

White with #2EC3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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