Html Css Color HEX #10684E Jewel

📋 copy color: '#10684E'

red 16 ◦ green 104 ◦ blue 78

#10684E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #10684E

Tints of Jewel #10684E

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 value IS 0.85

 M value IS 0

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#10684E (or 0x10684E) is known color: 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

RGB 16 104 78 -
CMYK 0.85 0 0.25 0.59
HSL 162.27º 0.73% 0.24% -
HSV(B) 162.27º 0.85% 0.41% -
XYZ 6.54 10.56 8.9 -
YUV 74.72 129.85 86.11 -
System Red Green Blue C M Y K H S L
Decimal 16 104 78 0.85 0 0.25 0.59 162.27 0.73 0.24
Hex 10 68 4E 55 0 19 3B A2 49 18
Octal 20 150 116 125 0 31 73 242 111 30
Binary 10000 1101000 1001110 1010101 0 11001 111011 10100010 1001001 11000

Color Harmonies of #10684E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10684E

Black with #10684E

Text Example


Text Example

White with #10684E

Text Example


Text Example

HTML Codes & Css Web 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>