Html Css Color HEX #12685B Blue Stone

📋 copy color: '#12685B'

red 18 ◦ green 104 ◦ blue 91

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

Shades of Blue Stone #12685B

Tints of Blue Stone #12685B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.72%

R = 8.45%
G = 48.83%
B = 42.72%

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

#12685B (or 0x12685B) is known color: Blue Stone. HEX triplet: 12, 68 and 5B. RGB value is (18,104,91). Sum of RGB (Red+Green+Blue) = 18+104+91=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 104 - color contains mainly: green. Hex color #12685B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12685B is #ED97A4. Grayscale: #4C4C4C. Windows color (decimal): -15570853 or 5990418. OLE color: 5990418.

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

Color convert

RGB 18 104 91 -
CMYK 0.83 0 0.12 0.59
HSL 170.93º 0.7% 0.24% -
HSV(B) 170.93º 0.83% 0.41% -
XYZ 7.09 10.78 11.61 -
YUV 76.8 136.01 86.06 -
System Red Green Blue C M Y K H S L
Decimal 18 104 91 0.83 0 0.12 0.59 170.93 0.7 0.24
Hex 12 68 5B 53 0 C 3B AB 46 18
Octal 22 150 133 123 0 14 73 253 106 30
Binary 10010 1101000 1011011 1010011 0 1100 111011 10101011 1000110 11000

Color Harmonies of #12685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12685B

Black with #12685B

Text Example


Text Example

White with #12685B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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