#2EAAAD

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

Shades of Light Sea Green #2EAAAD

Tints of Light Sea Green #2EAAAD

Color information

#2EAAAD (or 0x2EAAAD) is unknown color: approx Light Sea Green. HEX triplet: 2E, AA and AD. RGB value is (46,170,173). Sum of RGB (Red+Green+Blue) = 46+170+173=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #2EAAAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAAAD is #D15552. Grayscale: #858585. Windows color (decimal): -13718867 or 11381294. OLE color: 11381294.

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

Color convert

RGB46170173-
CMYK0.730.0200.32
HSL181.42º57.99%42.94%-
HSV(B)181.42º73.41%67.84%-
XYZ23.0432.3544.56-
YUV133.27150.4265.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.83%
GREEN value IS 170 (66.80% from 255) = 43.70%
BLUE value IS 173 (67.97% from 255) = 44.47%
R=11.83%
G=43.70%
B=44.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal461701730.730.0200.32181.4257.9942.94
Hex2EAAAD492020b53a2b
Octal5625225511120402657253
Binary1011101010101010101101100100110010000010110101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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