Html Css Color HEX #126C5E Blue Stone

📋 copy color: '#126C5E'

red 18 ◦ green 108 ◦ blue 94

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

Shades of Blue Stone #126C5E

Tints of Blue Stone #126C5E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 49.09%

 BLUE value IS 94 (37.11% from 255) = 42.73%

R = 8.18%
G = 49.09%
B = 42.73%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#126C5E (or 0x126C5E) is known color: Blue Stone. HEX triplet: 12, 6C and 5E. RGB value is (18,108,94). Sum of RGB (Red+Green+Blue) = 18+108+94=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 108 (42.58% from 255 or 49.09% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 108 - color contains mainly: green. Hex color #126C5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126C5E is #ED93A1. Grayscale: #4F4F4F. Windows color (decimal): -15569826 or 6188050. OLE color: 6188050.

HSL color Cylindrical-coordinate representation of color #126C5E: hue angle of 170.67º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126C5E is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 108 94 -
CMYK 0.83 0 0.13 0.58
HSL 170.67º 0.71% 0.25% -
HSV(B) 170.67º 0.83% 0.42% -
XYZ 7.63 11.66 12.44 -
YUV 79.49 136.18 84.14 -
System Red Green Blue C M Y K H S L
Decimal 18 108 94 0.83 0 0.13 0.58 170.67 0.71 0.25
Hex 12 6C 5E 53 0 D 3A AB 47 19
Octal 22 154 136 123 0 15 72 253 107 31
Binary 10010 1101100 1011110 1010011 0 1101 111010 10101011 1000111 11001

Color Harmonies of #126C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126C5E

Black with #126C5E

Text Example


Text Example

White with #126C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126C5E; }

 p { color: rgb(18,108,94); }

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

background-color css

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

 a { background-color: rgb(18,108,94); }

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

border-color css

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

 span { border-color: rgb(18,108,94); }

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