#2EA5AF

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

Shades of Pelorous #2EA5AF

Tints of Pelorous #2EA5AF

Color information

#2EA5AF (or 0x2EA5AF) is unknown color: approx Pelorous. HEX triplet: 2E, A5 and AF. RGB value is (46,165,175). Sum of RGB (Red+Green+Blue) = 46+165+175=386 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.92% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #2EA5AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA5AF is #D15A50. Grayscale: #828282. Windows color (decimal): -13720145 or 11511086. OLE color: 11511086.

HSL color Cylindrical-coordinate representation of color #2EA5AF: hue angle of 184.65º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EA5AF is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB46165175-
CMYK0.740.0600.31
HSL184.65º58.37%43.33%-
HSV(B)184.65º73.71%68.63%-
XYZ22.3230.5945.28-
YUV130.56153.0867.69-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.92%
GREEN value IS 165 (64.84% from 255) = 42.75%
BLUE value IS 175 (68.75% from 255) = 45.34%
R=11.92%
G=42.75%
B=45.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal461651750.740.0600.31184.6558.3743.33
Hex2EA5AF4A601Fb93a2b
Octal5624525711260372717253
Binary1011101010010110101111100101011001111110111001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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