Html Css Color HEX #2EBBA2 Light Sea Green

📋 copy color: '#2EBBA2'

red 46 ◦ green 187 ◦ blue 162

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

Shades of Light Sea Green #2EBBA2

Tints of Light Sea Green #2EBBA2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.34%

 BLUE value IS 162 (63.67% from 255) = 41.01%

R = 11.65%
G = 47.34%
B = 41.01%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#2EBBA2 (or 0x2EBBA2) is known color: Light Sea Green. HEX triplet: 2E, BB and A2. RGB value is (46,187,162). Sum of RGB (Red+Green+Blue) = 46+187+162=395 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.65% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 162 (63.67% from 255 or 41.01% from 395); Max value from RGB is 187 - color contains mainly: green. Hex color #2EBBA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBBA2 is #D1445D. Grayscale: #8D8D8D. Windows color (decimal): -13714526 or 10664750. OLE color: 10664750.

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

Color convert

RGB 46 187 162 -
CMYK 0.75 0 0.13 0.27
HSL 169.36º 0.61% 0.46% -
HSV(B) 169.36º 0.75% 0.73% -
XYZ 25.42 38.73 40.32 -
YUV 141.99 139.29 59.53 -
System Red Green Blue C M Y K H S L
Decimal 46 187 162 0.75 0 0.13 0.27 169.36 0.61 0.46
Hex 2E BB A2 4B 0 D 1B A9 3D 2E
Octal 56 273 242 113 0 15 33 251 75 56
Binary 101110 10111011 10100010 1001011 0 1101 11011 10101001 111101 101110

Color Harmonies of #2EBBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBBA2

Black with #2EBBA2

Text Example


Text Example

White with #2EBBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,187,162); }

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

background-color css

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

 a { background-color: rgb(46,187,162); }

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

border-color css

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

 span { border-color: rgb(46,187,162); }

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