Html Css Color HEX #126953 Watercourse

📋 copy color: '#126953'

red 18 ◦ green 105 ◦ blue 83

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

Shades of Watercourse #126953

Tints of Watercourse #126953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 40.29%

R = 8.74%
G = 50.97%
B = 40.29%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#126953 (or 0x126953) is known color: Watercourse. HEX triplet: 12, 69 and 53. RGB value is (18,105,83). Sum of RGB (Red+Green+Blue) = 18+105+83=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 105 (41.41% from 255 or 50.97% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 105 - color contains mainly: green. Hex color #126953 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126953 is #ED96AC. Grayscale: #4C4C4C. Windows color (decimal): -15570605 or 5466386. OLE color: 5466386.

HSL color Cylindrical-coordinate representation of color #126953: hue angle of 164.83º 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 #126953 is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 105 83 -
CMYK 0.83 0 0.21 0.59
HSL 164.83º 0.71% 0.24% -
HSV(B) 164.83º 0.83% 0.41% -
XYZ 6.86 10.86 9.92 -
YUV 76.48 131.68 86.29 -
System Red Green Blue C M Y K H S L
Decimal 18 105 83 0.83 0 0.21 0.59 164.83 0.71 0.24
Hex 12 69 53 53 0 15 3B A5 47 18
Octal 22 151 123 123 0 25 73 245 107 30
Binary 10010 1101001 1010011 1010011 0 10101 111011 10100101 1000111 11000

Color Harmonies of #126953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126953

Black with #126953

Text Example


Text Example

White with #126953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126953; }

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

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

background-color css

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

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

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

border-color css

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

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

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