#1EAAC0

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

Shades of Pelorous #1EAAC0

Tints of Pelorous #1EAAC0

Color information

#1EAAC0 (or 0x1EAAC0) is unknown color: approx Pelorous. HEX triplet: 1E, AA and C0. RGB value is (30,170,192). Sum of RGB (Red+Green+Blue) = 30+170+192=392 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.65% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #1EAAC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAAC0 is #E1553F. Grayscale: #828282. Windows color (decimal): -14767424 or 12626462. OLE color: 12626462.

HSL color Cylindrical-coordinate representation of color #1EAAC0: hue angle of 188.15º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EAAC0 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB30170192-
CMYK0.840.1100.25
HSL188.15º72.97%43.53%-
HSV(B)188.15º84.38%75.29%-
XYZ24.4232.8354.92-
YUV130.65162.6256.21-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.65%
GREEN value IS 170 (66.80% from 255) = 43.37%
BLUE value IS 192 (75.39% from 255) = 48.98%
R=7.65%
G=43.37%
B=48.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal301701920.840.1100.25188.1572.9743.53
Hex1EAAC054B019bc492c
Octal362523001241303127411154
Binary11110101010101100000010101001011011001101111001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,170,192); }

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

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

 a { background-color: rgb(30,170,192); }

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

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

 span { border-color: rgb(30,170,192); }

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