Html Css Color HEX #2EB2C1 Light Sea Green

📋 copy color: '#2EB2C1'

red 46 ◦ green 178 ◦ blue 193

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

Shades of Light Sea Green #2EB2C1

Tints of Light Sea Green #2EB2C1

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.69%

 BLUE value IS 193 (75.78% from 255) = 46.28%

R = 11.03%
G = 42.69%
B = 46.28%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2EB2C1 (or 0x2EB2C1) is known color: Light Sea Green. HEX triplet: 2E, B2 and C1. RGB value is (46,178,193). Sum of RGB (Red+Green+Blue) = 46+178+193=417 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.03% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #2EB2C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EB2C1 is #D14D3E. Grayscale: #8C8C8C. Windows color (decimal): -13716799 or 12694062. OLE color: 12694062.

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

Color convert

RGB 46 178 193 -
CMYK 0.76 0.08 0 0.24
HSL 186.12º 0.62% 0.47% -
HSV(B) 186.12º 0.76% 0.76% -
XYZ 26.67 36.27 56.05 -
YUV 140.24 157.77 60.78 -
System Red Green Blue C M Y K H S L
Decimal 46 178 193 0.76 0.08 0 0.24 186.12 0.62 0.47
Hex 2E B2 C1 4C 8 0 18 BA 3E 2F
Octal 56 262 301 114 10 0 30 272 76 57
Binary 101110 10110010 11000001 1001100 1000 0 11000 10111010 111110 101111

Color Harmonies of #2EB2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB2C1

Black with #2EB2C1

Text Example


Text Example

White with #2EB2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,178,193); }

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

background-color css

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

 a { background-color: rgb(46,178,193); }

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

border-color css

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

 span { border-color: rgb(46,178,193); }

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