#12684A

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

Shades of Jewel #12684A

Tints of Jewel #12684A

Color information

#12684A (or 0x12684A) is unknown color: approx Jewel. HEX triplet: 12, 68 and 4A. RGB value is (18,104,74). Sum of RGB (Red+Green+Blue) = 18+104+74=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 104 (41.02% from 255 or 53.06% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 104 - color contains mainly: green. Hex color #12684A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12684A is #ED97B5. Grayscale: #4A4A4A. Windows color (decimal): -15570870 or 4876306. OLE color: 4876306.

HSL color Cylindrical-coordinate representation of color #12684A: hue angle of 159.07º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12684A is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB1810474-
CMYK0.8300.290.59
HSL159.07º70.49%23.92%-
HSV(B)159.07º82.69%40.78%-
XYZ6.4410.528.17-
YUV74.87127.5187.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.18%
GREEN value IS 104 (41.02% from 255) = 53.06%
BLUE value IS 74 (29.30% from 255) = 37.76%
R=9.18%
G=53.06%
B=37.76%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18104740.8300.290.59159.0770.4923.92
Hex12684A5301D3B9f4618
Octal221501121230357323710630
Binary1001011010001001010101001101110111101110011111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12684A; }

 p { color: rgb(18,104,74); }

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

<style>
 a { background-color: #12684A; }

 a { background-color: rgb(18,104,74); }

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

<style>
 span { border-color: #12684A; }

 span { border-color: rgb(18,104,74); }

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