#2EA9BA

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

Shades of Pelorous #2EA9BA

Tints of Pelorous #2EA9BA

Color information

#2EA9BA (or 0x2EA9BA) is unknown color: approx Pelorous. HEX triplet: 2E, A9 and BA. RGB value is (46,169,186). Sum of RGB (Red+Green+Blue) = 46+169+186=401 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.47% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #2EA9BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA9BA is #D15645. Grayscale: #858585. Windows color (decimal): -13719110 or 12233006. OLE color: 12233006.

HSL color Cylindrical-coordinate representation of color #2EA9BA: hue angle of 187.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EA9BA is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB46169186-
CMYK0.750.0900.27
HSL187.29º60.34%45.49%-
HSV(B)187.29º75.27%72.94%-
XYZ24.1832.551.45-
YUV134.16157.2565.12-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.47%
GREEN value IS 169 (66.41% from 255) = 42.14%
BLUE value IS 186 (73.05% from 255) = 46.38%
R=11.47%
G=42.14%
B=46.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal461691860.750.0900.27187.2960.3445.49
Hex2EA9BA4B901Bbb3c2d
Octal56251272113110332737455
Binary10111010101001101110101001011100101101110111011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,169,186); }

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

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

 a { background-color: rgb(46,169,186); }

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

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

 span { border-color: rgb(46,169,186); }

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