#2EA7B5

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

Shades of Pelorous #2EA7B5

Tints of Pelorous #2EA7B5

Color information

#2EA7B5 (or 0x2EA7B5) is unknown color: approx Pelorous. HEX triplet: 2E, A7 and B5. RGB value is (46,167,181). Sum of RGB (Red+Green+Blue) = 46+167+181=394 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.68% from 394); Green value is 167 (65.62% from 255 or 42.39% from 394); Blue value is 181 (71.09% from 255 or 45.94% from 394); Max value from RGB is 181 - color contains mainly: blue. Hex color #2EA7B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA7B5 is #D1584A. Grayscale: #848484. Windows color (decimal): -13719627 or 11904814. OLE color: 11904814.

HSL color Cylindrical-coordinate representation of color #2EA7B5: hue angle of 186.22º 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 #2EA7B5 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB46167181-
CMYK0.750.0800.29
HSL186.22º59.47%44.51%-
HSV(B)186.22º74.59%70.98%-
XYZ23.2931.5548.58-
YUV132.42155.4166.36-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.68%
GREEN value IS 167 (65.62% from 255) = 42.39%
BLUE value IS 181 (71.09% from 255) = 45.94%
R=11.68%
G=42.39%
B=45.94%

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
Decimal461671810.750.0800.29186.2259.4744.51
Hex2EA7B54B801Dba3b2d
Octal56247265113100352727355
Binary10111010100111101101011001011100001110110111010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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