Html Css Color HEX #2EBABA Light Sea Green

📋 copy color: '#2EBABA'

red 46 ◦ green 186 ◦ blue 186

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

Shades of Light Sea Green #2EBABA

Tints of Light Sea Green #2EBABA

RGB

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

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

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

R = 11%
G = 44.5%
B = 44.5%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2EBABA (or 0x2EBABA) is known color: Light Sea Green. HEX triplet: 2E, BA and BA. RGB value is (46,186,186). Sum of RGB (Red+Green+Blue) = 46+186+186=418 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.00% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #2EBABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBABA is #D14545. Grayscale: #909090. Windows color (decimal): -13714758 or 12237358. OLE color: 12237358.

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

Color convert

RGB 46 186 186 -
CMYK 0.75 0 0 0.27
HSL 180º 0.6% 0.45% -
HSV(B) 180º 0.75% 0.73% -
XYZ 27.55 39.24 52.58 -
YUV 144.14 151.62 58 -
System Red Green Blue C M Y K H S L
Decimal 46 186 186 0.75 0 0 0.27 180 0.6 0.45
Hex 2E BA BA 4B 0 0 1B B4 3C 2D
Octal 56 272 272 113 0 0 33 264 74 55
Binary 101110 10111010 10111010 1001011 0 0 11011 10110100 111100 101101

Color Harmonies of #2EBABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBABA

Black with #2EBABA

Text Example


Text Example

White with #2EBABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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