#10684E

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

Shades of Jewel #10684E

Tints of Jewel #10684E

Color information

#10684E (or 0x10684E) is unknown color: approx Jewel. HEX triplet: 10, 68 and 4E. RGB value is (16,104,78). Sum of RGB (Red+Green+Blue) = 16+104+78=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 104 (41.02% from 255 or 52.53% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 104 - color contains mainly: green. Hex color #10684E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10684E is #EF97B1. Grayscale: #4A4A4A. Windows color (decimal): -15701938 or 5138448. OLE color: 5138448.

HSL color Cylindrical-coordinate representation of color #10684E: hue angle of 162.27º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10684E is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB1610478-
CMYK0.8500.250.59
HSL162.27º73.33%23.53%-
HSV(B)162.27º84.62%40.78%-
XYZ6.5410.568.9-
YUV74.72129.8586.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.08%
GREEN value IS 104 (41.02% from 255) = 52.53%
BLUE value IS 78 (30.86% from 255) = 39.39%
R=8.08%
G=52.53%
B=39.39%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16104780.8500.250.59162.2773.3323.53
Hex10684E550193Ba24918
Octal201501161250317324211130
Binary1000011010001001110101010101100111101110100010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10684E; }

 p { color: rgb(16,104,78); }

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

<style>
 a { background-color: #10684E; }

 a { background-color: rgb(16,104,78); }

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

<style>
 span { border-color: #10684E; }

 span { border-color: rgb(16,104,78); }

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