Html Css Color HEX #126F5F Blue Stone

📋 copy color: '#126F5F'

red 18 ◦ green 111 ◦ blue 95

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

Shades of Blue Stone #126F5F

Tints of Blue Stone #126F5F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 49.55%

 BLUE value IS 95 (37.5% from 255) = 42.41%

R = 8.04%
G = 49.55%
B = 42.41%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#126F5F (or 0x126F5F) is known color: Blue Stone. HEX triplet: 12, 6F and 5F. RGB value is (18,111,95). Sum of RGB (Red+Green+Blue) = 18+111+95=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #126F5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126F5F is #ED90A0. Grayscale: #515151. Windows color (decimal): -15569057 or 6254354. OLE color: 6254354.

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

Color convert

RGB 18 111 95 -
CMYK 0.84 0 0.14 0.56
HSL 169.68º 0.72% 0.25% -
HSV(B) 169.68º 0.84% 0.44% -
XYZ 8 12.32 12.78 -
YUV 81.37 135.69 82.8 -
System Red Green Blue C M Y K H S L
Decimal 18 111 95 0.84 0 0.14 0.56 169.68 0.72 0.25
Hex 12 6F 5F 54 0 E 38 AA 48 19
Octal 22 157 137 124 0 16 70 252 110 31
Binary 10010 1101111 1011111 1010100 0 1110 111000 10101010 1001000 11001

Color Harmonies of #126F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126F5F

Black with #126F5F

Text Example


Text Example

White with #126F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,111,95); }

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

background-color css

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

 a { background-color: rgb(18,111,95); }

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

border-color css

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

 span { border-color: rgb(18,111,95); }

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