#2EB4BE

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

Shades of Light Sea Green #2EB4BE

Tints of Light Sea Green #2EB4BE

Color information

#2EB4BE (or 0x2EB4BE) is unknown color: approx Light Sea Green. HEX triplet: 2E, B4 and BE. RGB value is (46,180,190). Sum of RGB (Red+Green+Blue) = 46+180+190=416 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.06% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #2EB4BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EB4BE is #D14B41. Grayscale: #8C8C8C. Windows color (decimal): -13716290 or 12497966. OLE color: 12497966.

HSL color Cylindrical-coordinate representation of color #2EB4BE: hue angle of 184.17º 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 #2EB4BE is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB46180190-
CMYK0.760.0500.25
HSL184.17º61.02%46.27%-
HSV(B)184.17º75.79%74.51%-
XYZ26.7436.9454.44-
YUV141.07155.6160.19-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.06%
GREEN value IS 180 (70.70% from 255) = 43.27%
BLUE value IS 190 (74.61% from 255) = 45.67%
R=11.06%
G=43.27%
B=45.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461801900.760.0500.25184.1761.0246.27
Hex2EB4BE4C5019b83d2e
Octal5626427611450312707556
Binary1011101011010010111110100110010101100110111000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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