Html Css Color HEX #12685C Blue Stone

📋 copy color: '#12685C'

red 18 ◦ green 104 ◦ blue 92

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

Shades of Blue Stone #12685C

Tints of Blue Stone #12685C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.99%

R = 8.41%
G = 48.6%
B = 42.99%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#12685C (or 0x12685C) is known color: Blue Stone. HEX triplet: 12, 68 and 5C. RGB value is (18,104,92). Sum of RGB (Red+Green+Blue) = 18+104+92=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 104 (41.02% from 255 or 48.60% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 104 - color contains mainly: green. Hex color #12685C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12685C is #ED97A3. Grayscale: #4C4C4C. Windows color (decimal): -15570852 or 6055954. OLE color: 6055954.

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

Color convert

RGB 18 104 92 -
CMYK 0.83 0 0.12 0.59
HSL 171.63º 0.7% 0.24% -
HSV(B) 171.63º 0.83% 0.41% -
XYZ 7.13 10.8 11.83 -
YUV 76.92 136.51 85.98 -
System Red Green Blue C M Y K H S L
Decimal 18 104 92 0.83 0 0.12 0.59 171.63 0.7 0.24
Hex 12 68 5C 53 0 C 3B AC 46 18
Octal 22 150 134 123 0 14 73 254 106 30
Binary 10010 1101000 1011100 1010011 0 1100 111011 10101100 1000110 11000

Color Harmonies of #12685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12685C

Black with #12685C

Text Example


Text Example

White with #12685C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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