Html Css Color HEX #126A51 Watercourse

📋 copy color: '#126A51'

red 18 ◦ green 106 ◦ blue 81

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

Shades of Watercourse #126A51

Tints of Watercourse #126A51

RGB

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

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

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

R = 8.78%
G = 51.71%
B = 39.51%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#126A51 (or 0x126A51) is known color: Watercourse. HEX triplet: 12, 6A and 51. RGB value is (18,106,81). Sum of RGB (Red+Green+Blue) = 18+106+81=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 106 (41.80% from 255 or 51.71% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 106 - color contains mainly: green. Hex color #126A51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126A51 is #ED95AE. Grayscale: #4C4C4C. Windows color (decimal): -15570351 or 5335570. OLE color: 5335570.

HSL color Cylindrical-coordinate representation of color #126A51: hue angle of 162.95º 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 #126A51 is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 106 81 -
CMYK 0.83 0 0.24 0.58
HSL 162.95º 0.71% 0.24% -
HSV(B) 162.95º 0.83% 0.42% -
XYZ 6.89 11.03 9.55 -
YUV 76.84 130.35 86.03 -
System Red Green Blue C M Y K H S L
Decimal 18 106 81 0.83 0 0.24 0.58 162.95 0.71 0.24
Hex 12 6A 51 53 0 18 3A A3 47 18
Octal 22 152 121 123 0 30 72 243 107 30
Binary 10010 1101010 1010001 1010011 0 11000 111010 10100011 1000111 11000

Color Harmonies of #126A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126A51

Black with #126A51

Text Example


Text Example

White with #126A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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