#1EA3BA

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

Shades of Pelorous #1EA3BA

Tints of Pelorous #1EA3BA

Color information

#1EA3BA (or 0x1EA3BA) is unknown color: approx Pelorous. HEX triplet: 1E, A3 and BA. RGB value is (30,163,186). Sum of RGB (Red+Green+Blue) = 30+163+186=379 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.92% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #1EA3BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA3BA is #E15C45. Grayscale: #7D7D7D. Windows color (decimal): -14769222 or 12231454. OLE color: 12231454.

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

Color convert

RGB30163186-
CMYK0.840.1200.27
HSL188.85º72.22%42.35%-
HSV(B)188.85º83.87%72.94%-
XYZ22.530.0251.06-
YUV125.85161.9459.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.92%
GREEN value IS 163 (64.06% from 255) = 43.01%
BLUE value IS 186 (73.05% from 255) = 49.08%
R=7.92%
G=43.01%
B=49.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal301631860.840.1200.27188.8572.2242.35
Hex1EA3BA54C01Bbd482a
Octal362432721241403327511052
Binary11110101000111011101010101001100011011101111011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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