#1EA4AE

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

Shades of Pelorous #1EA4AE

Tints of Pelorous #1EA4AE

Color information

#1EA4AE (or 0x1EA4AE) is unknown color: approx Pelorous. HEX triplet: 1E, A4 and AE. RGB value is (30,164,174). Sum of RGB (Red+Green+Blue) = 30+164+174=368 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.15% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #1EA4AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA4AE is #E15B51. Grayscale: #7C7C7C. Windows color (decimal): -14768978 or 11445278. OLE color: 11445278.

HSL color Cylindrical-coordinate representation of color #1EA4AE: hue angle of 184.17º 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 #1EA4AE is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB30164174-
CMYK0.830.0600.32
HSL184.17º70.59%40%-
HSV(B)184.17º82.76%68.24%-
XYZ21.4529.8844.68-
YUV125.07155.6160.19-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.15%
GREEN value IS 164 (64.45% from 255) = 44.57%
BLUE value IS 174 (68.36% from 255) = 47.28%
R=8.15%
G=44.57%
B=47.28%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal301641740.830.0600.32184.1770.5940
Hex1EA4AE536020b84728
Octal36244256123604027010750
Binary11110101001001010111010100111100100000101110001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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