#2EAEB7

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

Shades of Light Sea Green #2EAEB7

Tints of Light Sea Green #2EAEB7

Color information

#2EAEB7 (or 0x2EAEB7) is unknown color: approx Light Sea Green. HEX triplet: 2E, AE and B7. RGB value is (46,174,183). Sum of RGB (Red+Green+Blue) = 46+174+183=403 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.41% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 183 (71.88% from 255 or 45.41% from 403); Max value from RGB is 183 - color contains mainly: blue. Hex color #2EAEB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAEB7 is #D15148. Grayscale: #888888. Windows color (decimal): -13717833 or 12037678. OLE color: 12037678.

HSL color Cylindrical-coordinate representation of color #2EAEB7: hue angle of 183.94º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EAEB7 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB46174183-
CMYK0.750.0500.28
HSL183.94º59.83%44.9%-
HSV(B)183.94º74.86%71.76%-
XYZ24.8134.2750.11-
YUV136.75154.0963.27-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.41%
GREEN value IS 174 (68.36% from 255) = 43.18%
BLUE value IS 183 (71.88% from 255) = 45.41%
R=11.41%
G=43.18%
B=45.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal461741830.750.0500.28183.9459.8344.9
Hex2EAEB74B501Cb83c2d
Octal5625626711350342707455
Binary1011101010111010110111100101110101110010111000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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