Html Css Color HEX #126F5E Blue Stone

📋 copy color: '#126F5E'

red 18 ◦ green 111 ◦ blue 94

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

Shades of Blue Stone #126F5E

Tints of Blue Stone #126F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 42.15%

R = 8.07%
G = 49.78%
B = 42.15%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#126F5E (or 0x126F5E) is known color: Blue Stone. HEX triplet: 12, 6F and 5E. RGB value is (18,111,94). Sum of RGB (Red+Green+Blue) = 18+111+94=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 111 (43.75% from 255 or 49.78% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 111 - color contains mainly: green. Hex color #126F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126F5E is #ED90A1. Grayscale: #515151. Windows color (decimal): -15569058 or 6188818. OLE color: 6188818.

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

Color convert

RGB 18 111 94 -
CMYK 0.84 0 0.15 0.56
HSL 169.03º 0.72% 0.25% -
HSV(B) 169.03º 0.84% 0.44% -
XYZ 7.95 12.31 12.55 -
YUV 81.26 135.19 82.88 -
System Red Green Blue C M Y K H S L
Decimal 18 111 94 0.84 0 0.15 0.56 169.03 0.72 0.25
Hex 12 6F 5E 54 0 F 38 A9 48 19
Octal 22 157 136 124 0 17 70 251 110 31
Binary 10010 1101111 1011110 1010100 0 1111 111000 10101001 1001000 11001

Color Harmonies of #126F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126F5E

Black with #126F5E

Text Example


Text Example

White with #126F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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