Html Css Color HEX #126852 Watercourse

📋 copy color: '#126852'

red 18 ◦ green 104 ◦ blue 82

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

Shades of Watercourse #126852

Tints of Watercourse #126852

RGB

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

 GREEN value IS 104 (41.02% from 255) = 50.98%

 BLUE value IS 82 (32.42% from 255) = 40.2%

R = 8.82%
G = 50.98%
B = 40.2%

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

#126852 (or 0x126852) is known color: Watercourse. HEX triplet: 12, 68 and 52. RGB value is (18,104,82). Sum of RGB (Red+Green+Blue) = 18+104+82=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 104 (41.02% from 255 or 50.98% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 104 - color contains mainly: green. Hex color #126852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126852 is #ED97AD. Grayscale: #4B4B4B. Windows color (decimal): -15570862 or 5400594. OLE color: 5400594.

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

Color convert

RGB 18 104 82 -
CMYK 0.83 0 0.21 0.59
HSL 164.65º 0.7% 0.24% -
HSV(B) 164.65º 0.83% 0.41% -
XYZ 6.72 10.64 9.68 -
YUV 75.78 131.51 86.79 -
System Red Green Blue C M Y K H S L
Decimal 18 104 82 0.83 0 0.21 0.59 164.65 0.7 0.24
Hex 12 68 52 53 0 15 3B A5 46 18
Octal 22 150 122 123 0 25 73 245 106 30
Binary 10010 1101000 1010010 1010011 0 10101 111011 10100101 1000110 11000

Color Harmonies of #126852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126852

Black with #126852

Text Example


Text Example

White with #126852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126852; }

 p { color: rgb(18,104,82); }

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

background-color css

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

 a { background-color: rgb(18,104,82); }

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

border-color css

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

 span { border-color: rgb(18,104,82); }

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