Html Css Color HEX #12684F Jewel

📋 copy color: '#12684F'

red 18 ◦ green 104 ◦ blue 79

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

Shades of Jewel #12684F

Tints of Jewel #12684F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 39.3%

R = 8.96%
G = 51.74%
B = 39.3%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#12684F (or 0x12684F) is known color: Jewel. HEX triplet: 12, 68 and 4F. RGB value is (18,104,79). Sum of RGB (Red+Green+Blue) = 18+104+79=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #12684F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12684F is #ED97B0. Grayscale: #4B4B4B. Windows color (decimal): -15570865 or 5203986. OLE color: 5203986.

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

Color convert

RGB 18 104 79 -
CMYK 0.83 0 0.24 0.59
HSL 162.56º 0.7% 0.24% -
HSV(B) 162.56º 0.83% 0.41% -
XYZ 6.61 10.59 9.09 -
YUV 75.44 130.01 87.03 -
System Red Green Blue C M Y K H S L
Decimal 18 104 79 0.83 0 0.24 0.59 162.56 0.7 0.24
Hex 12 68 4F 53 0 18 3B A3 46 18
Octal 22 150 117 123 0 30 73 243 106 30
Binary 10010 1101000 1001111 1010011 0 11000 111011 10100011 1000110 11000

Color Harmonies of #12684F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12684F

Black with #12684F

Text Example


Text Example

White with #12684F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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