Html Css Color HEX #126856 Blue Stone

📋 copy color: '#126856'

red 18 ◦ green 104 ◦ blue 86

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

Shades of Blue Stone #126856

Tints of Blue Stone #126856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 41.35%

R = 8.65%
G = 50%
B = 41.35%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#126856 (or 0x126856) is known color: Blue Stone. HEX triplet: 12, 68 and 56. RGB value is (18,104,86). Sum of RGB (Red+Green+Blue) = 18+104+86=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 104 (41.02% from 255 or 50% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 104 - color contains mainly: green. Hex color #126856 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126856 is #ED97A9. Grayscale: #4C4C4C. Windows color (decimal): -15570858 or 5662738. OLE color: 5662738.

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

Color convert

RGB 18 104 86 -
CMYK 0.83 0 0.17 0.59
HSL 167.44º 0.7% 0.24% -
HSV(B) 167.44º 0.83% 0.41% -
XYZ 6.88 10.7 10.51 -
YUV 76.23 133.51 86.46 -
System Red Green Blue C M Y K H S L
Decimal 18 104 86 0.83 0 0.17 0.59 167.44 0.7 0.24
Hex 12 68 56 53 0 11 3B A7 46 18
Octal 22 150 126 123 0 21 73 247 106 30
Binary 10010 1101000 1010110 1010011 0 10001 111011 10100111 1000110 11000

Color Harmonies of #126856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126856

Black with #126856

Text Example


Text Example

White with #126856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126856; }

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

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

background-color css

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

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

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

border-color css

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

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

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