#2EA4C1

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

Shades of Pelorous #2EA4C1

Tints of Pelorous #2EA4C1

Color information

#2EA4C1 (or 0x2EA4C1) is unknown color: approx Pelorous. HEX triplet: 2E, A4 and C1. RGB value is (46,164,193). Sum of RGB (Red+Green+Blue) = 46+164+193=403 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.41% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #2EA4C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA4C1 is #D15B3E. Grayscale: #838383. Windows color (decimal): -13720383 or 12690478. OLE color: 12690478.

HSL color Cylindrical-coordinate representation of color #2EA4C1: hue angle of 191.84º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EA4C1 is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB46164193-
CMYK0.760.1500.24
HSL191.84º61.51%46.86%-
HSV(B)191.84º76.17%75.69%-
XYZ24.0330.9855.17-
YUV132.02162.4166.64-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.41%
GREEN value IS 164 (64.45% from 255) = 40.69%
BLUE value IS 193 (75.78% from 255) = 47.89%
R=11.41%
G=40.69%
B=47.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal461641930.760.1500.24191.8461.5146.86
Hex2EA4C14CF018c03e2f
Octal56244301114170303007657
Binary10111010100100110000011001100111101100011000000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,164,193); }

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

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

 a { background-color: rgb(46,164,193); }

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

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

 span { border-color: rgb(46,164,193); }

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