#2EA2AE

Color #2EA2AE Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #2EA2AE

Tints of Pelorous #2EA2AE

Color information

#2EA2AE (or 0x2EA2AE) is unknown color: approx Pelorous. HEX triplet: 2E, A2 and AE. RGB value is (46,162,174). Sum of RGB (Red+Green+Blue) = 46+162+174=382 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.04% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #2EA2AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA2AE is #D15D51. Grayscale: #808080. Windows color (decimal): -13720914 or 11444782. OLE color: 11444782.

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

Color convert

RGB46162174-
CMYK0.740.0700.32
HSL185.62º58.18%43.14%-
HSV(B)185.62º73.56%68.24%-
XYZ21.6929.4844.59-
YUV128.68153.5769.02-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.04%
GREEN value IS 162 (63.67% from 255) = 42.41%
BLUE value IS 174 (68.36% from 255) = 45.55%
R=12.04%
G=42.41%
B=45.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal461621740.740.0700.32185.6258.1843.14
Hex2EA2AE4A7020ba3a2b
Octal5624225611270402727253
Binary10111010100010101011101001010111010000010111010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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