#2ea9b8

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

Shades of Pelorous #2EA9B8

Tints of Pelorous #2EA9B8

Color information

#2EA9B8 (or 0x2EA9B8) is unknown color: approx Pelorous. HEX triplet: 2E, A9 and B8. RGB value is (46,169,184). Sum of RGB (Red+Green+Blue) = 46+169+184=399 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.53% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 184 (72.27% from 255 or 46.12% from 399); Max value from RGB is 184 - color contains mainly: blue. Hex color #2EA9B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA9B8 is #D15647. Grayscale: #858585. Windows color (decimal): -13719112 or 12101934. OLE color: 12101934.

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

Color convert

RGB46169184-
CMYK0.750.0800.28
HSL186.52º60%45.1%-
HSV(B)186.52º75%72.16%-
XYZ23.9732.4250.34-
YUV133.93156.2565.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.53%
GREEN value IS 169 (66.41% from 255) = 42.36%
BLUE value IS 184 (72.27% from 255) = 46.12%
R=11.53%
G=42.36%
B=46.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal461691840.750.0800.28186.526045.1
Hex2EA9B84B801Cbb3c2d
Octal56251270113100342737455
Binary10111010101001101110001001011100001110010111011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ea9b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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