Html Css Color HEX #2EBFC1 Light Sea Green

📋 copy color: '#2EBFC1'

red 46 ◦ green 191 ◦ blue 193

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

Shades of Light Sea Green #2EBFC1

Tints of Light Sea Green #2EBFC1

RGB

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

 GREEN value IS 191 (75% from 255) = 44.42%

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

R = 10.7%
G = 44.42%
B = 44.88%

CMYK

 C value IS 0.76

 M value IS 0.01

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2EBFC1 (or 0x2EBFC1) is known color: Light Sea Green. HEX triplet: 2E, BF and C1. RGB value is (46,191,193). Sum of RGB (Red+Green+Blue) = 46+191+193=430 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.70% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #2EBFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBFC1 is #D1403E. Grayscale: #939393. Windows color (decimal): -13713471 or 12697390. OLE color: 12697390.

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

Color convert

RGB 46 191 193 -
CMYK 0.76 0.01 0 0.24
HSL 180.82º 0.62% 0.47% -
HSV(B) 180.82º 0.76% 0.76% -
XYZ 29.38 41.69 56.95 -
YUV 147.87 153.46 55.34 -
System Red Green Blue C M Y K H S L
Decimal 46 191 193 0.76 0.01 0 0.24 180.82 0.62 0.47
Hex 2E BF C1 4C 1 0 18 B5 3E 2F
Octal 56 277 301 114 1 0 30 265 76 57
Binary 101110 10111111 11000001 1001100 1 0 11000 10110101 111110 101111

Color Harmonies of #2EBFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBFC1

Black with #2EBFC1

Text Example


Text Example

White with #2EBFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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