Html Css Color HEX #2EB3BA Light Sea Green

📋 copy color: '#2EB3BA'

red 46 ◦ green 179 ◦ blue 186

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

Shades of Light Sea Green #2EB3BA

Tints of Light Sea Green #2EB3BA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.55%

 BLUE value IS 186 (73.05% from 255) = 45.26%

R = 11.19%
G = 43.55%
B = 45.26%

CMYK

 C value IS 0.75

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2EB3BA (or 0x2EB3BA) is known color: Light Sea Green. HEX triplet: 2E, B3 and BA. RGB value is (46,179,186). Sum of RGB (Red+Green+Blue) = 46+179+186=411 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.19% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #2EB3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EB3BA is #D14C45. Grayscale: #8B8B8B. Windows color (decimal): -13716550 or 12235566. OLE color: 12235566.

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

Color convert

RGB 46 179 186 -
CMYK 0.75 0.04 0 0.27
HSL 183º 0.6% 0.45% -
HSV(B) 183º 0.75% 0.73% -
XYZ 26.11 36.37 52.1 -
YUV 140.03 153.94 60.93 -
System Red Green Blue C M Y K H S L
Decimal 46 179 186 0.75 0.04 0 0.27 183 0.6 0.45
Hex 2E B3 BA 4B 4 0 1B B7 3C 2D
Octal 56 263 272 113 4 0 33 267 74 55
Binary 101110 10110011 10111010 1001011 100 0 11011 10110111 111100 101101

Color Harmonies of #2EB3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB3BA

Black with #2EB3BA

Text Example


Text Example

White with #2EB3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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