#1E6B73

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

Shades of Allports #1E6B73

Tints of Allports #1E6B73

Color information

#1E6B73 (or 0x1E6B73) is unknown color: approx Allports. HEX triplet: 1E, 6B and 73. RGB value is (30,107,115). Sum of RGB (Red+Green+Blue) = 30+107+115=252 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.90% from 252); Green value is 107 (42.19% from 255 or 42.46% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E6B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6B73 is #E1948C. Grayscale: #545454. Windows color (decimal): -14783629 or 7564062. OLE color: 7564062.

HSL color Cylindrical-coordinate representation of color #1E6B73: hue angle of 185.65º 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 #1E6B73 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB30107115-
CMYK0.740.0700.55
HSL185.65º58.62%28.43%-
HSV(B)185.65º73.91%45.1%-
XYZ8.8912.0318.07-
YUV84.89144.9988.85-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.90%
GREEN value IS 107 (42.19% from 255) = 42.46%
BLUE value IS 115 (45.31% from 255) = 45.63%
R=11.90%
G=42.46%
B=45.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal301071150.740.0700.55185.6558.6228.43
Hex1E6B734A7037ba3b1c
Octal3615316311270672727334
Binary1111011010111110011100101011101101111011101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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