#2EB5BE

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

Shades of Light Sea Green #2EB5BE

Tints of Light Sea Green #2EB5BE

Color information

#2EB5BE (or 0x2EB5BE) is unknown color: approx Light Sea Green. HEX triplet: 2E, B5 and BE. RGB value is (46,181,190). Sum of RGB (Red+Green+Blue) = 46+181+190=417 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.03% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #2EB5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EB5BE is #D14A41. Grayscale: #8D8D8D. Windows color (decimal): -13716034 or 12498222. OLE color: 12498222.

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

Color convert

RGB46181190-
CMYK0.760.0500.25
HSL183.75º61.02%46.27%-
HSV(B)183.75º75.79%74.51%-
XYZ26.9437.3554.5-
YUV141.66155.2759.77-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.03%
GREEN value IS 181 (71.09% from 255) = 43.41%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=11.03%
G=43.41%
B=45.56%

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
Decimal461811900.760.0500.25183.7561.0246.27
Hex2EB5BE4C5019b83d2e
Octal5626527611450312707556
Binary1011101011010110111110100110010101100110111000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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