Html Css Color HEX #2EBAA8 Light Sea Green

📋 copy color: '#2EBAA8'

red 46 ◦ green 186 ◦ blue 168

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

Shades of Light Sea Green #2EBAA8

Tints of Light Sea Green #2EBAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42%

R = 11.5%
G = 46.5%
B = 42%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#2EBAA8 (or 0x2EBAA8) is known color: Light Sea Green. HEX triplet: 2E, BA and A8. RGB value is (46,186,168). Sum of RGB (Red+Green+Blue) = 46+186+168=400 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.5% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBAA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBAA8 is #D14557. Grayscale: #8E8E8E. Windows color (decimal): -13714776 or 11057710. OLE color: 11057710.

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

Color convert

RGB 46 186 168 -
CMYK 0.75 0 0.10 0.27
HSL 172.29º 0.6% 0.45% -
HSV(B) 172.29º 0.75% 0.73% -
XYZ 25.75 38.53 43.12 -
YUV 142.09 142.62 59.46 -
System Red Green Blue C M Y K H S L
Decimal 46 186 168 0.75 0 0.10 0.27 172.29 0.6 0.45
Hex 2E BA A8 4B 0 A 1B AC 3C 2D
Octal 56 272 250 113 0 12 33 254 74 55
Binary 101110 10111010 10101000 1001011 0 1010 11011 10101100 111100 101101

Color Harmonies of #2EBAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBAA8

Black with #2EBAA8

Text Example


Text Example

White with #2EBAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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