#2EAAC2

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

Shades of Pelorous #2EAAC2

Tints of Pelorous #2EAAC2

Color information

#2EAAC2 (or 0x2EAAC2) is unknown color: approx Pelorous. HEX triplet: 2E, AA and C2. RGB value is (46,170,194). Sum of RGB (Red+Green+Blue) = 46+170+194=410 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.22% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 194 (76.17% from 255 or 47.32% from 410); Max value from RGB is 194 - color contains mainly: blue. Hex color #2EAAC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAAC2 is #D1553D. Grayscale: #878787. Windows color (decimal): -13718846 or 12757550. OLE color: 12757550.

HSL color Cylindrical-coordinate representation of color #2EAAC2: hue angle of 189.73º 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 #2EAAC2 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB46170194-
CMYK0.760.1200.24
HSL189.73º61.67%47.06%-
HSV(B)189.73º76.29%76.08%-
XYZ25.2433.2356.12-
YUV135.66160.9264.05-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.22%
GREEN value IS 170 (66.80% from 255) = 41.46%
BLUE value IS 194 (76.17% from 255) = 47.32%
R=11.22%
G=41.46%
B=47.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal461701940.760.1200.24189.7361.6747.06
Hex2EAAC24CC018be3e2f
Octal56252302114140302767657
Binary10111010101010110000101001100110001100010111110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,170,194); }

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

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

 a { background-color: rgb(46,170,194); }

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

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

 span { border-color: rgb(46,170,194); }

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