Html Css Color HEX #2EBFAC Light Sea Green

📋 copy color: '#2EBFAC'

red 46 ◦ green 191 ◦ blue 172

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

Shades of Light Sea Green #2EBFAC

Tints of Light Sea Green #2EBFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.05%

R = 11.25%
G = 46.7%
B = 42.05%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#2EBFAC (or 0x2EBFAC) is known color: Light Sea Green. HEX triplet: 2E, BF and AC. RGB value is (46,191,172). Sum of RGB (Red+Green+Blue) = 46+191+172=409 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.25% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 191 - color contains mainly: green. Hex color #2EBFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBFAC is #D14053. Grayscale: #919191. Windows color (decimal): -13713492 or 11321134. OLE color: 11321134.

HSL color Cylindrical-coordinate representation of color #2EBFAC: hue angle of 172.14º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBFAC is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 191 172 -
CMYK 0.76 0 0.10 0.25
HSL 172.14º 0.61% 0.46% -
HSV(B) 172.14º 0.76% 0.75% -
XYZ 27.2 40.82 45.48 -
YUV 145.48 142.96 57.04 -
System Red Green Blue C M Y K H S L
Decimal 46 191 172 0.76 0 0.10 0.25 172.14 0.61 0.46
Hex 2E BF AC 4C 0 A 19 AC 3D 2E
Octal 56 277 254 114 0 12 31 254 75 56
Binary 101110 10111111 10101100 1001100 0 1010 11001 10101100 111101 101110

Color Harmonies of #2EBFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBFAC

Black with #2EBFAC

Text Example


Text Example

White with #2EBFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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