Html Css Color HEX #2EADA3 Light Sea Green

📋 copy color: '#2EADA3'

red 46 ◦ green 173 ◦ blue 163

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

Shades of Light Sea Green #2EADA3

Tints of Light Sea Green #2EADA3

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.29%

 BLUE value IS 163 (64.06% from 255) = 42.67%

R = 12.04%
G = 45.29%
B = 42.67%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#2EADA3 (or 0x2EADA3) is known color: Light Sea Green. HEX triplet: 2E, AD and A3. RGB value is (46,173,163). Sum of RGB (Red+Green+Blue) = 46+173+163=382 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.04% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 163 (64.06% from 255 or 42.67% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #2EADA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EADA3 is #D1525C. Grayscale: #858585. Windows color (decimal): -13718109 or 10726702. OLE color: 10726702.

HSL color Cylindrical-coordinate representation of color #2EADA3: hue angle of 175.28º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EADA3 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 46 173 163 -
CMYK 0.73 0 0.06 0.32
HSL 175.28º 0.58% 0.43% -
HSV(B) 175.28º 0.73% 0.68% -
XYZ 22.68 33.11 39.85 -
YUV 133.89 144.42 65.31 -
System Red Green Blue C M Y K H S L
Decimal 46 173 163 0.73 0 0.06 0.32 175.28 0.58 0.43
Hex 2E AD A3 49 0 6 20 AF 3A 2B
Octal 56 255 243 111 0 6 40 257 72 53
Binary 101110 10101101 10100011 1001001 0 110 100000 10101111 111010 101011

Color Harmonies of #2EADA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EADA3

Black with #2EADA3

Text Example


Text Example

White with #2EADA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,173,163); }

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

background-color css

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

 a { background-color: rgb(46,173,163); }

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

border-color css

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

 span { border-color: rgb(46,173,163); }

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