#2EA6B5

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

Shades of Pelorous #2EA6B5

Tints of Pelorous #2EA6B5

Color information

#2EA6B5 (or 0x2EA6B5) is unknown color: approx Pelorous. HEX triplet: 2E, A6 and B5. RGB value is (46,166,181). Sum of RGB (Red+Green+Blue) = 46+166+181=393 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.70% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 181 - color contains mainly: blue. Hex color #2EA6B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA6B5 is #D1594A. Grayscale: #838383. Windows color (decimal): -13719883 or 11904558. OLE color: 11904558.

HSL color Cylindrical-coordinate representation of color #2EA6B5: hue angle of 186.67º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EA6B5 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB46166181-
CMYK0.750.0800.29
HSL186.67º59.47%44.51%-
HSV(B)186.67º74.59%70.98%-
XYZ23.131.1948.52-
YUV131.83155.7466.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.70%
GREEN value IS 166 (65.23% from 255) = 42.24%
BLUE value IS 181 (71.09% from 255) = 46.06%
R=11.70%
G=42.24%
B=46.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal461661810.750.0800.29186.6759.4744.51
Hex2EA6B54B801Dbb3b2d
Octal56246265113100352737355
Binary10111010100110101101011001011100001110110111011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,166,181); }

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

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

 a { background-color: rgb(46,166,181); }

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

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

 span { border-color: rgb(46,166,181); }

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