#1EA8B6

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

Shades of Pelorous #1EA8B6

Tints of Pelorous #1EA8B6

Color information

#1EA8B6 (or 0x1EA8B6) is unknown color: approx Pelorous. HEX triplet: 1E, A8 and B6. RGB value is (30,168,182). Sum of RGB (Red+Green+Blue) = 30+168+182=380 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.89% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 182 (71.48% from 255 or 47.89% from 380); Max value from RGB is 182 - color contains mainly: blue. Hex color #1EA8B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA8B6 is #E15749. Grayscale: #808080. Windows color (decimal): -14767946 or 11970590. OLE color: 11970590.

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

Color convert

RGB30168182-
CMYK0.840.0800.29
HSL185.53º71.7%41.57%-
HSV(B)185.53º83.52%71.37%-
XYZ22.9831.6649.16-
YUV128.33158.2857.86-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.89%
GREEN value IS 168 (66.02% from 255) = 44.21%
BLUE value IS 182 (71.48% from 255) = 47.89%
R=7.89%
G=44.21%
B=47.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal301681820.840.0800.29185.5371.741.57
Hex1EA8B654801Dba482a
Octal362502661241003527211052
Binary11110101010001011011010101001000011101101110101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,168,182); }

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

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

 a { background-color: rgb(30,168,182); }

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

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

 span { border-color: rgb(30,168,182); }

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