#1E6A73

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

Shades of Allports #1E6A73

Tints of Allports #1E6A73

Color information

#1E6A73 (or 0x1E6A73) is unknown color: approx Allports. HEX triplet: 1E, 6A and 73. RGB value is (30,106,115). Sum of RGB (Red+Green+Blue) = 30+106+115=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E6A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6A73 is #E1958C. Grayscale: #545454. Windows color (decimal): -14783885 or 7563806. OLE color: 7563806.

HSL color Cylindrical-coordinate representation of color #1E6A73: hue angle of 186.35º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E6A73 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB30106115-
CMYK0.740.0800.55
HSL186.35º58.62%28.43%-
HSV(B)186.35º73.91%45.1%-
XYZ8.7811.8218.04-
YUV84.3145.3289.27-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.95%
GREEN value IS 106 (41.80% from 255) = 42.23%
BLUE value IS 115 (45.31% from 255) = 45.82%
R=11.95%
G=42.23%
B=45.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal301061150.740.0800.55186.3558.6228.43
Hex1E6A734A8037ba3b1c
Octal36152163112100672727334
Binary11110110101011100111001010100001101111011101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,106,115); }

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

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

 a { background-color: rgb(30,106,115); }

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

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

 span { border-color: rgb(30,106,115); }

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