#1C6B70

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

Shades of Allports #1C6B70

Tints of Allports #1C6B70

Color information

#1C6B70 (or 0x1C6B70) is unknown color: approx Allports. HEX triplet: 1C, 6B and 70. RGB value is (28,107,112). Sum of RGB (Red+Green+Blue) = 28+107+112=247 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.34% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #1C6B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6B70 is #E3948F. Grayscale: #535353. Windows color (decimal): -14914704 or 7367452. OLE color: 7367452.

HSL color Cylindrical-coordinate representation of color #1C6B70: hue angle of 183.57º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C6B70 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB28107112-
CMYK0.750.0400.56
HSL183.57º60%27.45%-
HSV(B)183.57º75%43.92%-
XYZ8.6611.9317.18-
YUV83.95143.8388.09-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.34%
GREEN value IS 107 (42.19% from 255) = 43.32%
BLUE value IS 112 (44.14% from 255) = 45.34%
R=11.34%
G=43.32%
B=45.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal281071120.750.0400.56183.576027.45
Hex1C6B704B4038b83c1b
Octal3415316011340702707433
Binary1110011010111110000100101110001110001011100011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,107,112); }

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

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

 a { background-color: rgb(28,107,112); }

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

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

 span { border-color: rgb(28,107,112); }

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