#2EA4AA

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

Shades of Pelorous #2EA4AA

Tints of Pelorous #2EA4AA

Color information

#2EA4AA (or 0x2EA4AA) is unknown color: approx Pelorous. HEX triplet: 2E, A4 and AA. RGB value is (46,164,170). Sum of RGB (Red+Green+Blue) = 46+164+170=380 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.11% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #2EA4AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA4AA is #D15B55. Grayscale: #818181. Windows color (decimal): -13720406 or 11183150. OLE color: 11183150.

HSL color Cylindrical-coordinate representation of color #2EA4AA: hue angle of 182.9º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EA4AA is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB46164170-
CMYK0.730.0400.33
HSL182.9º57.41%42.35%-
HSV(B)182.9º72.94%66.67%-
XYZ21.6630.0342.69-
YUV129.4150.9168.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.11%
GREEN value IS 164 (64.45% from 255) = 43.16%
BLUE value IS 170 (66.80% from 255) = 44.74%
R=12.11%
G=43.16%
B=44.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal461641700.730.0400.33182.957.4142.35
Hex2EA4AA494021b7392a
Octal5624425211140412677152
Binary10111010100100101010101001001100010000110110111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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