#2EAEAB

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

Shades of Light Sea Green #2EAEAB

Tints of Light Sea Green #2EAEAB

Color information

#2EAEAB (or 0x2EAEAB) is unknown color: approx Light Sea Green. HEX triplet: 2E, AE and AB. RGB value is (46,174,171). Sum of RGB (Red+Green+Blue) = 46+174+171=391 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.76% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 174 - color contains mainly: green. Hex color #2EAEAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAEAB is #D15154. Grayscale: #878787. Windows color (decimal): -13717845 or 11251246. OLE color: 11251246.

HSL color Cylindrical-coordinate representation of color #2EAEAB: hue angle of 178.59º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EAEAB is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB46174171-
CMYK0.7400.020.32
HSL178.59º58.18%43.14%-
HSV(B)178.59º73.56%68.24%-
XYZ23.6133.7943.81-
YUV135.39148.0964.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.76%
GREEN value IS 174 (68.36% from 255) = 44.50%
BLUE value IS 171 (67.19% from 255) = 43.73%
R=11.76%
G=44.50%
B=43.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal461741710.7400.020.32178.5958.1843.14
Hex2EAEAB4A0220b33a2b
Octal5625625311202402637253
Binary1011101010111010101011100101001010000010110011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,174,171); }

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

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

 a { background-color: rgb(46,174,171); }

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

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

 span { border-color: rgb(46,174,171); }

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