Html Css Color HEX #12684C Jewel

📋 copy color: '#12684C'

red 18 ◦ green 104 ◦ blue 76

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

Shades of Jewel #12684C

Tints of Jewel #12684C

RGB

 RED value IS 18 (7.42% from 255) = 9.09%

 GREEN value IS 104 (41.02% from 255) = 52.53%

 BLUE value IS 76 (30.08% from 255) = 38.38%

R = 9.09%
G = 52.53%
B = 38.38%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#12684C (or 0x12684C) is known color: Jewel. HEX triplet: 12, 68 and 4C. RGB value is (18,104,76). Sum of RGB (Red+Green+Blue) = 18+104+76=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 104 (41.02% from 255 or 52.53% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 104 - color contains mainly: green. Hex color #12684C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12684C is #ED97B3. Grayscale: #4B4B4B. Windows color (decimal): -15570868 or 5007378. OLE color: 5007378.

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

Color convert

RGB 18 104 76 -
CMYK 0.83 0 0.27 0.59
HSL 160.47º 0.7% 0.24% -
HSV(B) 160.47º 0.83% 0.41% -
XYZ 6.5 10.55 8.53 -
YUV 75.09 128.51 87.28 -
System Red Green Blue C M Y K H S L
Decimal 18 104 76 0.83 0 0.27 0.59 160.47 0.7 0.24
Hex 12 68 4C 53 0 1B 3B A0 46 18
Octal 22 150 114 123 0 33 73 240 106 30
Binary 10010 1101000 1001100 1010011 0 11011 111011 10100000 1000110 11000

Color Harmonies of #12684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12684C

Black with #12684C

Text Example


Text Example

White with #12684C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12684C;
 }
 .AnyTagClassName
 {
   color: #12684C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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