#2EA4AE

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

Shades of Pelorous #2EA4AE

Tints of Pelorous #2EA4AE

Color information

#2EA4AE (or 0x2EA4AE) is unknown color: approx Pelorous. HEX triplet: 2E, A4 and AE. RGB value is (46,164,174). Sum of RGB (Red+Green+Blue) = 46+164+174=384 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.98% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #2EA4AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA4AE is #D15B51. Grayscale: #818181. Windows color (decimal): -13720402 or 11445294. OLE color: 11445294.

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

Color convert

RGB46164174-
CMYK0.740.0600.32
HSL184.69º58.18%43.14%-
HSV(B)184.69º73.56%68.24%-
XYZ22.0430.1944.71-
YUV129.86152.9168.19-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.98%
GREEN value IS 164 (64.45% from 255) = 42.71%
BLUE value IS 174 (68.36% from 255) = 45.31%
R=11.98%
G=42.71%
B=45.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal461641740.740.0600.32184.6958.1843.14
Hex2EA4AE4A6020b93a2b
Octal5624425611260402717253
Binary10111010100100101011101001010110010000010111001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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