Html Css Color HEX #126A5F Blue Stone

📋 copy color: '#126A5F'

red 18 ◦ green 106 ◦ blue 95

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

Shades of Blue Stone #126A5F

Tints of Blue Stone #126A5F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 48.4%

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

R = 8.22%
G = 48.4%
B = 43.38%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#126A5F (or 0x126A5F) is known color: Blue Stone. HEX triplet: 12, 6A and 5F. RGB value is (18,106,95). Sum of RGB (Red+Green+Blue) = 18+106+95=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 106 (41.80% from 255 or 48.40% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 106 - color contains mainly: green. Hex color #126A5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126A5F is #ED95A0. Grayscale: #4E4E4E. Windows color (decimal): -15570337 or 6253074. OLE color: 6253074.

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

Color convert

RGB 18 106 95 -
CMYK 0.83 0 0.10 0.58
HSL 172.5º 0.71% 0.24% -
HSV(B) 172.5º 0.83% 0.42% -
XYZ 7.47 11.26 12.61 -
YUV 78.43 137.35 84.89 -
System Red Green Blue C M Y K H S L
Decimal 18 106 95 0.83 0 0.10 0.58 172.5 0.71 0.24
Hex 12 6A 5F 53 0 A 3A AC 47 18
Octal 22 152 137 123 0 12 72 254 107 30
Binary 10010 1101010 1011111 1010011 0 1010 111010 10101100 1000111 11000

Color Harmonies of #126A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126A5F

Black with #126A5F

Text Example


Text Example

White with #126A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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