Html Css Color HEX #126D5D Blue Stone

📋 copy color: '#126D5D'

red 18 ◦ green 109 ◦ blue 93

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

Shades of Blue Stone #126D5D

Tints of Blue Stone #126D5D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 49.55%

 BLUE value IS 93 (36.72% from 255) = 42.27%

R = 8.18%
G = 49.55%
B = 42.27%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#126D5D (or 0x126D5D) is known color: Blue Stone. HEX triplet: 12, 6D and 5D. RGB value is (18,109,93). Sum of RGB (Red+Green+Blue) = 18+109+93=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 109 (42.97% from 255 or 49.55% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 109 - color contains mainly: green. Hex color #126D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126D5D is #ED92A2. Grayscale: #4F4F4F. Windows color (decimal): -15569571 or 6122770. OLE color: 6122770.

HSL color Cylindrical-coordinate representation of color #126D5D: hue angle of 169.45º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126D5D is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 109 93 -
CMYK 0.83 0 0.15 0.57
HSL 169.45º 0.72% 0.25% -
HSV(B) 169.45º 0.83% 0.43% -
XYZ 7.69 11.86 12.24 -
YUV 79.97 135.35 83.8 -
System Red Green Blue C M Y K H S L
Decimal 18 109 93 0.83 0 0.15 0.57 169.45 0.72 0.25
Hex 12 6D 5D 53 0 F 39 A9 48 19
Octal 22 155 135 123 0 17 71 251 110 31
Binary 10010 1101101 1011101 1010011 0 1111 111001 10101001 1001000 11001

Color Harmonies of #126D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126D5D

Black with #126D5D

Text Example


Text Example

White with #126D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,109,93); }

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

background-color css

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

 a { background-color: rgb(18,109,93); }

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

border-color css

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

 span { border-color: rgb(18,109,93); }

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