#2EBBBA

Color #2EBBBA Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #2EBBBA

Tints of Light Sea Green #2EBBBA

Color information

#2EBBBA (or 0x2EBBBA) is unknown color: approx 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

RGB46187186-
CMYK0.7500.010.27
HSL179.57º60.52%45.69%-
HSV(B)179.57º75.4%73.33%-
XYZ27.7639.6752.65-
YUV144.73151.2957.58-

RGB Variations

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

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 (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal461871860.7500.010.27179.5760.5245.69
Hex2EBBBA4B011Bb43d2e
Octal5627327211301332647556
Binary10111010111011101110101001011011101110110100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>