Html Css Color HEX #2EBBBA Light Sea Green

📋 copy color: '#2EBBBA'

red 46 ◦ green 187 ◦ blue 186

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

Shades of Light Sea Green #2EBBBA

Tints of Light Sea Green #2EBBBA

RGB

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

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

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

R = 10.98%
G = 44.63%
B = 44.39%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#2EBBBA (or 0x2EBBBA) is known color: Light Sea Green. HEX triplet: 2E, BB and BA. RGB value is (46,187,186). Sum of RGB (Red+Green+Blue) = 46+187+186=419 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.98% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 187 - color contains mainly: green. Hex color #2EBBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBBBA is #D14445. Grayscale: #909090. Windows color (decimal): -13714502 or 12237614. OLE color: 12237614.

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

Color convert

RGB 46 187 186 -
CMYK 0.75 0 0.01 0.27
HSL 179.57º 0.61% 0.46% -
HSV(B) 179.57º 0.75% 0.73% -
XYZ 27.76 39.67 52.65 -
YUV 144.73 151.29 57.58 -
System Red Green Blue C M Y K H S L
Decimal 46 187 186 0.75 0 0.01 0.27 179.57 0.61 0.46
Hex 2E BB BA 4B 0 1 1B B4 3D 2E
Octal 56 273 272 113 0 1 33 264 75 56
Binary 101110 10111011 10111010 1001011 0 1 11011 10110100 111101 101110

Color Harmonies of #2EBBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBBBA

Black with #2EBBBA

Text Example


Text Example

White with #2EBBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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