Html Css Color HEX #2EC3AF Light Sea Green

📋 copy color: '#2EC3AF'

red 46 ◦ green 195 ◦ blue 175

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

Shades of Light Sea Green #2EC3AF

Tints of Light Sea Green #2EC3AF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.88%

 BLUE value IS 175 (68.75% from 255) = 42.07%

R = 11.06%
G = 46.88%
B = 42.07%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#2EC3AF (or 0x2EC3AF) is known color: Light Sea Green. HEX triplet: 2E, C3 and AF. RGB value is (46,195,175). Sum of RGB (Red+Green+Blue) = 46+195+175=416 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.06% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC3AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC3AF is #D13C50. Grayscale: #949494. Windows color (decimal): -13712465 or 11518766. OLE color: 11518766.

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

Color convert

RGB 46 195 175 -
CMYK 0.76 0 0.10 0.24
HSL 171.95º 0.62% 0.47% -
HSV(B) 171.95º 0.76% 0.76% -
XYZ 28.38 42.71 47.3 -
YUV 148.17 143.14 55.13 -
System Red Green Blue C M Y K H S L
Decimal 46 195 175 0.76 0 0.10 0.24 171.95 0.62 0.47
Hex 2E C3 AF 4C 0 A 18 AC 3E 2F
Octal 56 303 257 114 0 12 30 254 76 57
Binary 101110 11000011 10101111 1001100 0 1010 11000 10101100 111110 101111

Color Harmonies of #2EC3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC3AF

Black with #2EC3AF

Text Example


Text Example

White with #2EC3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,195,175); }

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

background-color css

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

 a { background-color: rgb(46,195,175); }

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

border-color css

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

 span { border-color: rgb(46,195,175); }

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