#12684D

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

Shades of Jewel #12684D

Tints of Jewel #12684D

Color information

#12684D (or 0x12684D) is unknown color: approx Jewel. HEX triplet: 12, 68 and 4D. RGB value is (18,104,77). Sum of RGB (Red+Green+Blue) = 18+104+77=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 104 (41.02% from 255 or 52.26% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 104 - color contains mainly: green. Hex color #12684D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12684D is #ED97B2. Grayscale: #4B4B4B. Windows color (decimal): -15570867 or 5072914. OLE color: 5072914.

HSL color Cylindrical-coordinate representation of color #12684D: hue angle of 161.16º 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 #12684D is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB1810477-
CMYK0.8300.260.59
HSL161.16º70.49%23.92%-
HSV(B)161.16º82.69%40.78%-
XYZ6.5410.578.72-
YUV75.21129.0187.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.05%
GREEN value IS 104 (41.02% from 255) = 52.26%
BLUE value IS 77 (30.47% from 255) = 38.69%
R=9.05%
G=52.26%
B=38.69%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18104770.8300.260.59161.1670.4923.92
Hex12684D5301A3Ba14618
Octal221501151230327324110630
Binary1001011010001001101101001101101011101110100001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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