Html Css Color HEX #126B56 Watercourse

📋 copy color: '#126B56'

red 18 ◦ green 107 ◦ blue 86

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

Shades of Watercourse #126B56

Tints of Watercourse #126B56

RGB

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

 GREEN value IS 107 (42.19% from 255) = 50.71%

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

R = 8.53%
G = 50.71%
B = 40.76%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#126B56 (or 0x126B56) is known color: Watercourse. HEX triplet: 12, 6B and 56. RGB value is (18,107,86). Sum of RGB (Red+Green+Blue) = 18+107+86=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 107 (42.19% from 255 or 50.71% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 107 - color contains mainly: green. Hex color #126B56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126B56 is #ED94A9. Grayscale: #4D4D4D. Windows color (decimal): -15570090 or 5663506. OLE color: 5663506.

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

Color convert

RGB 18 107 86 -
CMYK 0.83 0 0.20 0.58
HSL 165.84º 0.71% 0.25% -
HSV(B) 165.84º 0.83% 0.42% -
XYZ 7.19 11.32 10.61 -
YUV 78 132.51 85.21 -
System Red Green Blue C M Y K H S L
Decimal 18 107 86 0.83 0 0.20 0.58 165.84 0.71 0.25
Hex 12 6B 56 53 0 14 3A A6 47 19
Octal 22 153 126 123 0 24 72 246 107 31
Binary 10010 1101011 1010110 1010011 0 10100 111010 10100110 1000111 11001

Color Harmonies of #126B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126B56

Black with #126B56

Text Example


Text Example

White with #126B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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