#1ea9ba

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

Shades of Pelorous #1EA9BA

Tints of Pelorous #1EA9BA

Color information

#1EA9BA (or 0x1EA9BA) is unknown color: approx Pelorous. HEX triplet: 1E, A9 and BA. RGB value is (30,169,186). Sum of RGB (Red+Green+Blue) = 30+169+186=385 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.79% from 385); Green value is 169 (66.41% from 255 or 43.90% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #1EA9BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA9BA is #E15645. Grayscale: #818181. Windows color (decimal): -14767686 or 12232990. OLE color: 12232990.

HSL color Cylindrical-coordinate representation of color #1EA9BA: hue angle of 186.54º 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 #1EA9BA is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB30169186-
CMYK0.840.0900.27
HSL186.54º72.22%42.35%-
HSV(B)186.54º83.87%72.94%-
XYZ23.5932.251.43-
YUV129.38159.9557.12-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.79%
GREEN value IS 169 (66.41% from 255) = 43.90%
BLUE value IS 186 (73.05% from 255) = 48.31%
R=7.79%
G=43.90%
B=48.31%

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
Decimal301691860.840.0900.27186.5472.2242.35
Hex1EA9BA54901Bbb482a
Octal362512721241103327311052
Binary11110101010011011101010101001001011011101110111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ea9ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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