Html Css Color HEX #2ECABA Light Sea Green

📋 copy color: '#2ECABA'

red 46 ◦ green 202 ◦ blue 186

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

Shades of Light Sea Green #2ECABA

Tints of Light Sea Green #2ECABA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.54%

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

R = 10.6%
G = 46.54%
B = 42.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#2ECABA (or 0x2ECABA) is known color: Light Sea Green. HEX triplet: 2E, CA and BA. RGB value is (46,202,186). Sum of RGB (Red+Green+Blue) = 46+202+186=434 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.60% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECABA is #D13545. Grayscale: #999999. Windows color (decimal): -13710662 or 12241454. OLE color: 12241454.

HSL color Cylindrical-coordinate representation of color #2ECABA: hue angle of 173.85º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECABA is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 46 202 186 -
CMYK 0.77 0 0.08 0.21
HSL 173.85º 0.63% 0.49% -
HSV(B) 173.85º 0.77% 0.79% -
XYZ 31.11 46.37 53.76 -
YUV 153.53 146.32 51.3 -
System Red Green Blue C M Y K H S L
Decimal 46 202 186 0.77 0 0.08 0.21 173.85 0.63 0.49
Hex 2E CA BA 4D 0 8 15 AE 3F 31
Octal 56 312 272 115 0 10 25 256 77 61
Binary 101110 11001010 10111010 1001101 0 1000 10101 10101110 111111 110001

Color Harmonies of #2ECABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECABA

Black with #2ECABA

Text Example


Text Example

White with #2ECABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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