#1C706A

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

Shades of Blue Stone #1C706A

Tints of Blue Stone #1C706A

Color information

#1C706A (or 0x1C706A) is unknown color: approx Blue Stone. HEX triplet: 1C, 70 and 6A. RGB value is (28,112,106). Sum of RGB (Red+Green+Blue) = 28+112+106=246 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.38% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #1C706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C706A is #E38F95. Grayscale: #565656. Windows color (decimal): -14913430 or 6975516. OLE color: 6975516.

HSL color Cylindrical-coordinate representation of color #1C706A: hue angle of 175.71º 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 #1C706A is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB28112106-
CMYK0.7500.050.56
HSL175.71º60%27.45%-
HSV(B)175.71º75%43.92%-
XYZ8.8712.8815.65-
YUV86.2139.1786.49-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.38%
GREEN value IS 112 (44.14% from 255) = 45.53%
BLUE value IS 106 (41.80% from 255) = 43.09%
R=11.38%
G=45.53%
B=43.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal281121060.7500.050.56175.716027.45
Hex1C706A4B0538b03c1b
Octal3416015211305702607433
Binary1110011100001101010100101101011110001011000011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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