Html Css Color HEX #126F56 Watercourse

📋 copy color: '#126F56'

red 18 ◦ green 111 ◦ blue 86

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

Shades of Watercourse #126F56

Tints of Watercourse #126F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 40%

R = 8.37%
G = 51.63%
B = 40%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#126F56 (or 0x126F56) is known color: Watercourse. HEX triplet: 12, 6F and 56. RGB value is (18,111,86). Sum of RGB (Red+Green+Blue) = 18+111+86=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 111 (43.75% from 255 or 51.63% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 111 - color contains mainly: green. Hex color #126F56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126F56 is #ED90A9. Grayscale: #505050. Windows color (decimal): -15569066 or 5664530. OLE color: 5664530.

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

Color convert

RGB 18 111 86 -
CMYK 0.84 0 0.23 0.56
HSL 163.87º 0.72% 0.25% -
HSV(B) 163.87º 0.84% 0.44% -
XYZ 7.61 12.17 10.75 -
YUV 80.34 131.19 83.53 -
System Red Green Blue C M Y K H S L
Decimal 18 111 86 0.84 0 0.23 0.56 163.87 0.72 0.25
Hex 12 6F 56 54 0 17 38 A4 48 19
Octal 22 157 126 124 0 27 70 244 110 31
Binary 10010 1101111 1010110 1010100 0 10111 111000 10100100 1001000 11001

Color Harmonies of #126F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126F56

Black with #126F56

Text Example


Text Example

White with #126F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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