Html Css Color HEX #126E5B Blue Stone

📋 copy color: '#126E5B'

red 18 ◦ green 110 ◦ blue 91

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

Shades of Blue Stone #126E5B

Tints of Blue Stone #126E5B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 50.23%

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

R = 8.22%
G = 50.23%
B = 41.55%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#126E5B (or 0x126E5B) is known color: Blue Stone. HEX triplet: 12, 6E and 5B. RGB value is (18,110,91). Sum of RGB (Red+Green+Blue) = 18+110+91=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 110 (43.36% from 255 or 50.23% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 110 - color contains mainly: green. Hex color #126E5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126E5B is #ED91A4. Grayscale: #505050. Windows color (decimal): -15569317 or 5991954. OLE color: 5991954.

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

Color convert

RGB 18 110 91 -
CMYK 0.84 0 0.17 0.57
HSL 167.61º 0.72% 0.25% -
HSV(B) 167.61º 0.84% 0.43% -
XYZ 7.71 12.04 11.81 -
YUV 80.33 134.02 83.54 -
System Red Green Blue C M Y K H S L
Decimal 18 110 91 0.84 0 0.17 0.57 167.61 0.72 0.25
Hex 12 6E 5B 54 0 11 39 A8 48 19
Octal 22 156 133 124 0 21 71 250 110 31
Binary 10010 1101110 1011011 1010100 0 10001 111001 10101000 1001000 11001

Color Harmonies of #126E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126E5B

Black with #126E5B

Text Example


Text Example

White with #126E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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