#1B7E8E

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

Shades of Allports #1B7E8E

Tints of Allports #1B7E8E

Color information

#1B7E8E (or 0x1B7E8E) is unknown color: approx Allports. HEX triplet: 1B, 7E and 8E. RGB value is (27,126,142). Sum of RGB (Red+Green+Blue) = 27+126+142=295 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.15% from 295); Green value is 126 (49.61% from 255 or 42.71% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #1B7E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7E8E is #E48171. Grayscale: #626262. Windows color (decimal): -14975346 or 9338395. OLE color: 9338395.

HSL color Cylindrical-coordinate representation of color #1B7E8E: hue angle of 188.35º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B7E8E is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB27126142-
CMYK0.810.1100.44
HSL188.35º68.05%33.14%-
HSV(B)188.35º80.99%55.69%-
XYZ12.817.1128.22-
YUV98.22152.777.2-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.15%
GREEN value IS 126 (49.61% from 255) = 42.71%
BLUE value IS 142 (55.86% from 255) = 48.14%
R=9.15%
G=42.71%
B=48.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal271261420.810.1100.44188.3568.0533.14
Hex1B7E8E51B02Cbc4421
Octal331762161211305427410441
Binary11011111111010001110101000110110101100101111001000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,126,142); }

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

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

 a { background-color: rgb(27,126,142); }

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

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

 span { border-color: rgb(27,126,142); }

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