Html Css Color HEX #2EC8B0 Light Sea Green

📋 copy color: '#2EC8B0'

red 46 ◦ green 200 ◦ blue 176

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

Shades of Light Sea Green #2EC8B0

Tints of Light Sea Green #2EC8B0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.39%

 BLUE value IS 176 (69.14% from 255) = 41.71%

R = 10.9%
G = 47.39%
B = 41.71%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#2EC8B0 (or 0x2EC8B0) is known color: Light Sea Green. HEX triplet: 2E, C8 and B0. RGB value is (46,200,176). Sum of RGB (Red+Green+Blue) = 46+200+176=422 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.90% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC8B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC8B0 is #D1374F. Grayscale: #979797. Windows color (decimal): -13711184 or 11585582. OLE color: 11585582.

HSL color Cylindrical-coordinate representation of color #2EC8B0: hue angle of 170.65º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC8B0 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 46 200 176 -
CMYK 0.77 0 0.12 0.22
HSL 170.65º 0.63% 0.48% -
HSV(B) 170.65º 0.77% 0.78% -
XYZ 29.62 45.02 48.2 -
YUV 151.22 141.98 52.95 -
System Red Green Blue C M Y K H S L
Decimal 46 200 176 0.77 0 0.12 0.22 170.65 0.63 0.48
Hex 2E C8 B0 4D 0 C 16 AB 3F 30
Octal 56 310 260 115 0 14 26 253 77 60
Binary 101110 11001000 10110000 1001101 0 1100 10110 10101011 111111 110000

Color Harmonies of #2EC8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC8B0

Black with #2EC8B0

Text Example


Text Example

White with #2EC8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,200,176); }

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

background-color css

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

 a { background-color: rgb(46,200,176); }

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

border-color css

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

 span { border-color: rgb(46,200,176); }

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