Html Css Color HEX #126C51 Watercourse

📋 copy color: '#126C51'

red 18 ◦ green 108 ◦ blue 81

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

Shades of Watercourse #126C51

Tints of Watercourse #126C51

RGB

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

 GREEN value IS 108 (42.58% from 255) = 52.17%

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

R = 8.7%
G = 52.17%
B = 39.13%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#126C51 (or 0x126C51) is known color: Watercourse. HEX triplet: 12, 6C and 51. RGB value is (18,108,81). Sum of RGB (Red+Green+Blue) = 18+108+81=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 108 (42.58% from 255 or 52.17% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 108 - color contains mainly: green. Hex color #126C51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126C51 is #ED93AE. Grayscale: #4E4E4E. Windows color (decimal): -15569839 or 5336082. OLE color: 5336082.

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

Color convert

RGB 18 108 81 -
CMYK 0.83 0 0.25 0.58
HSL 162º 0.71% 0.25% -
HSV(B) 162º 0.83% 0.42% -
XYZ 7.1 11.45 9.62 -
YUV 78.01 129.68 85.2 -
System Red Green Blue C M Y K H S L
Decimal 18 108 81 0.83 0 0.25 0.58 162 0.71 0.25
Hex 12 6C 51 53 0 19 3A A2 47 19
Octal 22 154 121 123 0 31 72 242 107 31
Binary 10010 1101100 1010001 1010011 0 11001 111010 10100010 1000111 11001

Color Harmonies of #126C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126C51

Black with #126C51

Text Example


Text Example

White with #126C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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