Html Css Color HEX #2EBAAA Light Sea Green

📋 copy color: '#2EBAAA'

red 46 ◦ green 186 ◦ blue 170

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

Shades of Light Sea Green #2EBAAA

Tints of Light Sea Green #2EBAAA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.27%

 BLUE value IS 170 (66.8% from 255) = 42.29%

R = 11.44%
G = 46.27%
B = 42.29%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#2EBAAA (or 0x2EBAAA) is known color: Light Sea Green. HEX triplet: 2E, BA and AA. RGB value is (46,186,170). Sum of RGB (Red+Green+Blue) = 46+186+170=402 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.44% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBAAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBAAA is #D14555. Grayscale: #8E8E8E. Windows color (decimal): -13714774 or 11188782. OLE color: 11188782.

HSL color Cylindrical-coordinate representation of color #2EBAAA: hue angle of 173.14º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EBAAA is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 186 170 -
CMYK 0.75 0 0.09 0.27
HSL 173.14º 0.6% 0.45% -
HSV(B) 173.14º 0.75% 0.73% -
XYZ 25.94 38.6 44.11 -
YUV 142.32 143.62 59.3 -
System Red Green Blue C M Y K H S L
Decimal 46 186 170 0.75 0 0.09 0.27 173.14 0.6 0.45
Hex 2E BA AA 4B 0 9 1B AD 3C 2D
Octal 56 272 252 113 0 11 33 255 74 55
Binary 101110 10111010 10101010 1001011 0 1001 11011 10101101 111100 101101

Color Harmonies of #2EBAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBAAA

Black with #2EBAAA

Text Example


Text Example

White with #2EBAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,186,170); }

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

background-color css

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

 a { background-color: rgb(46,186,170); }

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

border-color css

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

 span { border-color: rgb(46,186,170); }

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