Html Css Color HEX #2EBFAD Light Sea Green

📋 copy color: '#2EBFAD'

red 46 ◦ green 191 ◦ blue 173

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

Shades of Light Sea Green #2EBFAD

Tints of Light Sea Green #2EBFAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.2%

R = 11.22%
G = 46.59%
B = 42.2%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#2EBFAD (or 0x2EBFAD) is known color: Light Sea Green. HEX triplet: 2E, BF and AD. RGB value is (46,191,173). Sum of RGB (Red+Green+Blue) = 46+191+173=410 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.22% from 410); Green value is 191 (75% from 255 or 46.59% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 191 - color contains mainly: green. Hex color #2EBFAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBFAD is #D14052. Grayscale: #919191. Windows color (decimal): -13713491 or 11386670. OLE color: 11386670.

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

Color convert

RGB 46 191 173 -
CMYK 0.76 0 0.09 0.25
HSL 172.55º 0.61% 0.46% -
HSV(B) 172.55º 0.76% 0.75% -
XYZ 27.3 40.86 45.98 -
YUV 145.59 143.46 56.96 -
System Red Green Blue C M Y K H S L
Decimal 46 191 173 0.76 0 0.09 0.25 172.55 0.61 0.46
Hex 2E BF AD 4C 0 9 19 AD 3D 2E
Octal 56 277 255 114 0 11 31 255 75 56
Binary 101110 10111111 10101101 1001100 0 1001 11001 10101101 111101 101110

Color Harmonies of #2EBFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBFAD

Black with #2EBFAD

Text Example


Text Example

White with #2EBFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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