#2EBFB4

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

Shades of Light Sea Green #2EBFB4

Tints of Light Sea Green #2EBFB4

Color information

#2EBFB4 (or 0x2EBFB4) is unknown color: approx Light Sea Green. HEX triplet: 2E, BF and B4. RGB value is (46,191,180). Sum of RGB (Red+Green+Blue) = 46+191+180=417 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.03% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 191 - color contains mainly: green. Hex color #2EBFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBFB4 is #D1404B. Grayscale: #929292. Windows color (decimal): -13713484 or 11845422. OLE color: 11845422.

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

Color convert

RGB46191180-
CMYK0.7600.060.25
HSL175.45º61.18%46.47%-
HSV(B)175.45º75.92%74.9%-
XYZ2841.1449.64-
YUV146.39146.9656.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.03%
GREEN value IS 191 (75% from 255) = 45.80%
BLUE value IS 180 (70.70% from 255) = 43.17%
R=11.03%
G=45.80%
B=43.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461911800.7600.060.25175.4561.1846.47
Hex2EBFB44C0619af3d2e
Octal5627726411406312577556
Binary1011101011111110110100100110001101100110101111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,191,180); }

 H1.HeaderClassName
 {
   color: #2EBFB4;
 }
 .AnyTagClassName
 {
   color: #2EBFB4;
 }
</style>
background-color css

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

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

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

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

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

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