Html Css Color HEX #2EC1BB Light Sea Green

📋 copy color: '#2EC1BB'

red 46 ◦ green 193 ◦ blue 187

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

Shades of Light Sea Green #2EC1BB

Tints of Light Sea Green #2EC1BB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.31%

 BLUE value IS 187 (73.44% from 255) = 43.9%

R = 10.8%
G = 45.31%
B = 43.9%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#2EC1BB (or 0x2EC1BB) is known color: Light Sea Green. HEX triplet: 2E, C1 and BB. RGB value is (46,193,187). Sum of RGB (Red+Green+Blue) = 46+193+187=426 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.80% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC1BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC1BB is #D13E44. Grayscale: #949494. Windows color (decimal): -13712965 or 12304686. OLE color: 12304686.

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

Color convert

RGB 46 193 187 -
CMYK 0.76 0 0.03 0.24
HSL 177.55º 0.62% 0.47% -
HSV(B) 177.55º 0.76% 0.76% -
XYZ 29.17 42.31 53.64 -
YUV 148.36 149.8 54.99 -
System Red Green Blue C M Y K H S L
Decimal 46 193 187 0.76 0 0.03 0.24 177.55 0.62 0.47
Hex 2E C1 BB 4C 0 3 18 B2 3E 2F
Octal 56 301 273 114 0 3 30 262 76 57
Binary 101110 11000001 10111011 1001100 0 11 11000 10110010 111110 101111

Color Harmonies of #2EC1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC1BB

Black with #2EC1BB

Text Example


Text Example

White with #2EC1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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