#1EA2AE

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

Shades of Pelorous #1EA2AE

Tints of Pelorous #1EA2AE

Color information

#1EA2AE (or 0x1EA2AE) is unknown color: approx Pelorous. HEX triplet: 1E, A2 and AE. RGB value is (30,162,174). Sum of RGB (Red+Green+Blue) = 30+162+174=366 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.20% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #1EA2AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA2AE is #E15D51. Grayscale: #7B7B7B. Windows color (decimal): -14769490 or 11444766. OLE color: 11444766.

HSL color Cylindrical-coordinate representation of color #1EA2AE: hue angle of 185º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EA2AE is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB30162174-
CMYK0.830.0700.32
HSL185º70.59%40%-
HSV(B)185º82.76%68.24%-
XYZ21.129.1744.56-
YUV123.9156.2761.02-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.20%
GREEN value IS 162 (63.67% from 255) = 44.26%
BLUE value IS 174 (68.36% from 255) = 47.54%
R=8.20%
G=44.26%
B=47.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal301621740.830.0700.3218570.5940
Hex1EA2AE537020b94728
Octal36242256123704027110750
Binary11110101000101010111010100111110100000101110011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1EA2AE; }

 p { color: rgb(30,162,174); }

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

<style>
 a { background-color: #1EA2AE; }

 a { background-color: rgb(30,162,174); }

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

<style>
 span { border-color: #1EA2AE; }

 span { border-color: rgb(30,162,174); }

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