Html Css Color HEX #126E5D Blue Stone

📋 copy color: '#126E5D'

red 18 ◦ green 110 ◦ blue 93

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

Shades of Blue Stone #126E5D

Tints of Blue Stone #126E5D

RGB

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

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

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

R = 8.14%
G = 49.77%
B = 42.08%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#126E5D (or 0x126E5D) is known color: Blue Stone. HEX triplet: 12, 6E and 5D. RGB value is (18,110,93). Sum of RGB (Red+Green+Blue) = 18+110+93=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 110 (43.36% from 255 or 49.77% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 110 - color contains mainly: green. Hex color #126E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126E5D is #ED91A2. Grayscale: #505050. Windows color (decimal): -15569315 or 6123026. OLE color: 6123026.

HSL color Cylindrical-coordinate representation of color #126E5D: hue angle of 168.91º 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 #126E5D is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 110 93 -
CMYK 0.84 0 0.15 0.57
HSL 168.91º 0.72% 0.25% -
HSV(B) 168.91º 0.84% 0.43% -
XYZ 7.8 12.07 12.27 -
YUV 80.55 135.02 83.38 -
System Red Green Blue C M Y K H S L
Decimal 18 110 93 0.84 0 0.15 0.57 168.91 0.72 0.25
Hex 12 6E 5D 54 0 F 39 A9 48 19
Octal 22 156 135 124 0 17 71 251 110 31
Binary 10010 1101110 1011101 1010100 0 1111 111001 10101001 1001000 11001

Color Harmonies of #126E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126E5D

Black with #126E5D

Text Example


Text Example

White with #126E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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