#2EAFB7

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

Shades of Light Sea Green #2EAFB7

Tints of Light Sea Green #2EAFB7

Color information

#2EAFB7 (or 0x2EAFB7) is unknown color: approx Light Sea Green. HEX triplet: 2E, AF and B7. RGB value is (46,175,183). Sum of RGB (Red+Green+Blue) = 46+175+183=404 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.39% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 183 (71.88% from 255 or 45.30% from 404); Max value from RGB is 183 - color contains mainly: blue. Hex color #2EAFB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAFB7 is #D15048. Grayscale: #898989. Windows color (decimal): -13717577 or 12037934. OLE color: 12037934.

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

Color convert

RGB46175183-
CMYK0.750.0400.28
HSL183.5º59.83%44.9%-
HSV(B)183.5º74.86%71.76%-
XYZ2534.6650.17-
YUV137.34153.7662.85-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.39%
GREEN value IS 175 (68.75% from 255) = 43.32%
BLUE value IS 183 (71.88% from 255) = 45.30%
R=11.39%
G=43.32%
B=45.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal461751830.750.0400.28183.559.8344.9
Hex2EAFB74B401Cb83c2d
Octal5625726711340342707455
Binary1011101010111110110111100101110001110010111000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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