Html Css Color HEX #126D51 Watercourse

📋 copy color: '#126D51'

red 18 ◦ green 109 ◦ blue 81

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

Shades of Watercourse #126D51

Tints of Watercourse #126D51

RGB

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

 GREEN value IS 109 (42.97% from 255) = 52.4%

 BLUE value IS 81 (32.03% from 255) = 38.94%

R = 8.65%
G = 52.4%
B = 38.94%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.26

 K value IS 0.57

RGB Variations

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

Color information

#126D51 (or 0x126D51) is known color: Watercourse. HEX triplet: 12, 6D and 51. RGB value is (18,109,81). Sum of RGB (Red+Green+Blue) = 18+109+81=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 109 (42.97% from 255 or 52.40% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 109 - color contains mainly: green. Hex color #126D51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126D51 is #ED92AE. Grayscale: #4E4E4E. Windows color (decimal): -15569583 or 5336338. OLE color: 5336338.

HSL color Cylindrical-coordinate representation of color #126D51: hue angle of 161.54º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126D51 is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 109 81 -
CMYK 0.83 0 0.26 0.57
HSL 161.54º 0.72% 0.25% -
HSV(B) 161.54º 0.83% 0.43% -
XYZ 7.2 11.66 9.66 -
YUV 78.6 129.35 84.78 -
System Red Green Blue C M Y K H S L
Decimal 18 109 81 0.83 0 0.26 0.57 161.54 0.72 0.25
Hex 12 6D 51 53 0 1A 39 A2 48 19
Octal 22 155 121 123 0 32 71 242 110 31
Binary 10010 1101101 1010001 1010011 0 11010 111001 10100010 1001000 11001

Color Harmonies of #126D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126D51

Black with #126D51

Text Example


Text Example

White with #126D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,109,81); }

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

background-color css

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

 a { background-color: rgb(18,109,81); }

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

border-color css

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

 span { border-color: rgb(18,109,81); }

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