Html Css Color HEX #2ECAB7 Light Sea Green

📋 copy color: '#2ECAB7'

red 46 ◦ green 202 ◦ blue 183

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

Shades of Light Sea Green #2ECAB7

Tints of Light Sea Green #2ECAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.46%

R = 10.67%
G = 46.87%
B = 42.46%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#2ECAB7 (or 0x2ECAB7) is known color: Light Sea Green. HEX triplet: 2E, CA and B7. RGB value is (46,202,183). Sum of RGB (Red+Green+Blue) = 46+202+183=431 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.67% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 183 (71.88% from 255 or 42.46% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECAB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECAB7 is #D13548. Grayscale: #999999. Windows color (decimal): -13710665 or 12044846. OLE color: 12044846.

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

Color convert

RGB 46 202 183 -
CMYK 0.77 0 0.09 0.21
HSL 172.69º 0.63% 0.49% -
HSV(B) 172.69º 0.77% 0.79% -
XYZ 30.79 46.24 52.1 -
YUV 153.19 144.82 51.54 -
System Red Green Blue C M Y K H S L
Decimal 46 202 183 0.77 0 0.09 0.21 172.69 0.63 0.49
Hex 2E CA B7 4D 0 9 15 AD 3F 31
Octal 56 312 267 115 0 11 25 255 77 61
Binary 101110 11001010 10110111 1001101 0 1001 10101 10101101 111111 110001

Color Harmonies of #2ECAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECAB7

Black with #2ECAB7

Text Example


Text Example

White with #2ECAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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