Html Css Color HEX #12684D Jewel

📋 copy color: '#12684D'

red 18 ◦ green 104 ◦ blue 77

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

Shades of Jewel #12684D

Tints of Jewel #12684D

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

 M value IS 0

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#12684D (or 0x12684D) is known color: 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

RGB 18 104 77 -
CMYK 0.83 0 0.26 0.59
HSL 161.16º 0.7% 0.24% -
HSV(B) 161.16º 0.83% 0.41% -
XYZ 6.54 10.57 8.72 -
YUV 75.21 129.01 87.2 -
System Red Green Blue C M Y K H S L
Decimal 18 104 77 0.83 0 0.26 0.59 161.16 0.7 0.24
Hex 12 68 4D 53 0 1A 3B A1 46 18
Octal 22 150 115 123 0 32 73 241 106 30
Binary 10010 1101000 1001101 1010011 0 11010 111011 10100001 1000110 11000

Color Harmonies of #12684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12684D

Black with #12684D

Text Example


Text Example

White with #12684D

Text Example


Text Example

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