#1EA9B9

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

Shades of Pelorous #1EA9B9

Tints of Pelorous #1EA9B9

Color information

#1EA9B9 (or 0x1EA9B9) is unknown color: approx Pelorous. HEX triplet: 1E, A9 and B9. RGB value is (30,169,185). Sum of RGB (Red+Green+Blue) = 30+169+185=384 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.81% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 185 (72.66% from 255 or 48.18% from 384); Max value from RGB is 185 - color contains mainly: blue. Hex color #1EA9B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA9B9 is #E15646. Grayscale: #818181. Windows color (decimal): -14767687 or 12167454. OLE color: 12167454.

HSL color Cylindrical-coordinate representation of color #1EA9B9: hue angle of 186.19º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EA9B9 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB30169185-
CMYK0.840.0900.27
HSL186.19º72.09%42.16%-
HSV(B)186.19º83.78%72.55%-
XYZ23.4832.1550.87-
YUV129.26159.4557.2-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.81%
GREEN value IS 169 (66.41% from 255) = 44.01%
BLUE value IS 185 (72.66% from 255) = 48.18%
R=7.81%
G=44.01%
B=48.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal301691850.840.0900.27186.1972.0942.16
Hex1EA9B954901Bba482a
Octal362512711241103327211052
Binary11110101010011011100110101001001011011101110101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,169,185); }

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

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

 a { background-color: rgb(30,169,185); }

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

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

 span { border-color: rgb(30,169,185); }

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