Html Css Color HEX #2EBBC1 Light Sea Green

📋 copy color: '#2EBBC1'

red 46 ◦ green 187 ◦ blue 193

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

Shades of Light Sea Green #2EBBC1

Tints of Light Sea Green #2EBBC1

RGB

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

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

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

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

CMYK

 C value IS 0.76

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

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

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

Color convert

RGB 46 187 193 -
CMYK 0.76 0.03 0 0.24
HSL 182.45º 0.62% 0.47% -
HSV(B) 182.45º 0.76% 0.76% -
XYZ 28.52 39.97 56.66 -
YUV 145.53 154.79 57.01 -
System Red Green Blue C M Y K H S L
Decimal 46 187 193 0.76 0.03 0 0.24 182.45 0.62 0.47
Hex 2E BB C1 4C 3 0 18 B6 3E 2F
Octal 56 273 301 114 3 0 30 266 76 57
Binary 101110 10111011 11000001 1001100 11 0 11000 10110110 111110 101111

Color Harmonies of #2EBBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBBC1

Black with #2EBBC1

Text Example


Text Example

White with #2EBBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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