#2EADAE

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

Shades of Light Sea Green #2EADAE

Tints of Light Sea Green #2EADAE

Color information

#2EADAE (or 0x2EADAE) is unknown color: approx Light Sea Green. HEX triplet: 2E, AD and AE. RGB value is (46,173,174). Sum of RGB (Red+Green+Blue) = 46+173+174=393 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.70% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #2EADAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EADAE is #D15251. Grayscale: #878787. Windows color (decimal): -13718098 or 11447598. OLE color: 11447598.

HSL color Cylindrical-coordinate representation of color #2EADAE: hue angle of 180.47º 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 #2EADAE is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB46173174-
CMYK0.740.0100.32
HSL180.47º58.18%43.14%-
HSV(B)180.47º73.56%68.24%-
XYZ23.7133.5245.27-
YUV135.14149.9264.42-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.70%
GREEN value IS 173 (67.97% from 255) = 44.02%
BLUE value IS 174 (68.36% from 255) = 44.27%
R=11.70%
G=44.02%
B=44.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal461731740.740.0100.32180.4758.1843.14
Hex2EADAE4A1020b43a2b
Octal5625525611210402647253
Binary101110101011011010111010010101010000010110100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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