Html Css Color HEX #126955 Watercourse

📋 copy color: '#126955'

red 18 ◦ green 105 ◦ blue 85

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

Shades of Watercourse #126955

Tints of Watercourse #126955

RGB

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

 GREEN value IS 105 (41.41% from 255) = 50.48%

 BLUE value IS 85 (33.59% from 255) = 40.87%

R = 8.65%
G = 50.48%
B = 40.87%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#126955 (or 0x126955) is known color: Watercourse. HEX triplet: 12, 69 and 55. RGB value is (18,105,85). Sum of RGB (Red+Green+Blue) = 18+105+85=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 105 (41.41% from 255 or 50.48% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 105 - color contains mainly: green. Hex color #126955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126955 is #ED96AA. Grayscale: #4C4C4C. Windows color (decimal): -15570603 or 5597458. OLE color: 5597458.

HSL color Cylindrical-coordinate representation of color #126955: hue angle of 166.21º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126955 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 105 85 -
CMYK 0.83 0 0.19 0.59
HSL 166.21º 0.71% 0.24% -
HSV(B) 166.21º 0.83% 0.41% -
XYZ 6.94 10.89 10.33 -
YUV 76.71 132.68 86.13 -
System Red Green Blue C M Y K H S L
Decimal 18 105 85 0.83 0 0.19 0.59 166.21 0.71 0.24
Hex 12 69 55 53 0 13 3B A6 47 18
Octal 22 151 125 123 0 23 73 246 107 30
Binary 10010 1101001 1010101 1010011 0 10011 111011 10100110 1000111 11000

Color Harmonies of #126955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126955

Black with #126955

Text Example


Text Example

White with #126955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126955; }

 p { color: rgb(18,105,85); }

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

background-color css

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

 a { background-color: rgb(18,105,85); }

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

border-color css

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

 span { border-color: rgb(18,105,85); }

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