#1A684C

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

Shades of Jewel #1A684C

Tints of Jewel #1A684C

Color information

#1A684C (or 0x1A684C) is unknown color: approx Jewel. HEX triplet: 1A, 68 and 4C. RGB value is (26,104,76). Sum of RGB (Red+Green+Blue) = 26+104+76=206 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.62% from 206); Green value is 104 (41.02% from 255 or 50.49% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 104 - color contains mainly: green. Hex color #1A684C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A684C is #E597B3. Grayscale: #4D4D4D. Windows color (decimal): -15046580 or 5007386. OLE color: 5007386.

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

Color convert

RGB2610476-
CMYK0.7500.270.59
HSL158.46º60%25.49%-
HSV(B)158.46º75%40.78%-
XYZ6.6810.648.54-
YUV77.49127.1691.28-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.62%
GREEN value IS 104 (41.02% from 255) = 50.49%
BLUE value IS 76 (30.08% from 255) = 36.89%
R=12.62%
G=50.49%
B=36.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26104760.7500.270.59158.466025.49
Hex1A684C4B01B3B9e3c19
Octal32150114113033732367431
Binary110101101000100110010010110110111110111001111011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A684C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,104,76); }

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

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

 a { background-color: rgb(26,104,76); }

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

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

 span { border-color: rgb(26,104,76); }

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