#2EACB7

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

Shades of Light Sea Green #2EACB7

Tints of Light Sea Green #2EACB7

Color information

#2EACB7 (or 0x2EACB7) is unknown color: approx Light Sea Green. HEX triplet: 2E, AC and B7. RGB value is (46,172,183). Sum of RGB (Red+Green+Blue) = 46+172+183=401 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.47% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 183 (71.88% from 255 or 45.64% from 401); Max value from RGB is 183 - color contains mainly: blue. Hex color #2EACB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EACB7 is #D15348. Grayscale: #878787. Windows color (decimal): -13718345 or 12037166. OLE color: 12037166.

HSL color Cylindrical-coordinate representation of color #2EACB7: hue angle of 184.82º 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 #2EACB7 is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB46172183-
CMYK0.750.0600.28
HSL184.82º59.83%44.9%-
HSV(B)184.82º74.86%71.76%-
XYZ24.4333.549.98-
YUV135.58154.7664.11-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.47%
GREEN value IS 172 (67.58% from 255) = 42.89%
BLUE value IS 183 (71.88% from 255) = 45.64%
R=11.47%
G=42.89%
B=45.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal461721830.750.0600.28184.8259.8344.9
Hex2EACB74B601Cb93c2d
Octal5625426711360342717455
Binary1011101010110010110111100101111001110010111001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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