Html Css Color HEX #126854 Watercourse

📋 copy color: '#126854'

red 18 ◦ green 104 ◦ blue 84

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

Shades of Watercourse #126854

Tints of Watercourse #126854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 40.78%

R = 8.74%
G = 50.49%
B = 40.78%

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

#126854 (or 0x126854) is known color: Watercourse. HEX triplet: 12, 68 and 54. RGB value is (18,104,84). Sum of RGB (Red+Green+Blue) = 18+104+84=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 104 (41.02% from 255 or 50.49% from 206); Blue value is 84 (33.20% from 255 or 40.78% from 206); Max value from RGB is 104 - color contains mainly: green. Hex color #126854 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126854 is #ED97AB. Grayscale: #4C4C4C. Windows color (decimal): -15570860 or 5531666. OLE color: 5531666.

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

Color convert

RGB 18 104 84 -
CMYK 0.83 0 0.19 0.59
HSL 166.05º 0.7% 0.24% -
HSV(B) 166.05º 0.83% 0.41% -
XYZ 6.8 10.67 10.09 -
YUV 76.01 132.51 86.63 -
System Red Green Blue C M Y K H S L
Decimal 18 104 84 0.83 0 0.19 0.59 166.05 0.7 0.24
Hex 12 68 54 53 0 13 3B A6 46 18
Octal 22 150 124 123 0 23 73 246 106 30
Binary 10010 1101000 1010100 1010011 0 10011 111011 10100110 1000110 11000

Color Harmonies of #126854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126854

Black with #126854

Text Example


Text Example

White with #126854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126854; }

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

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

background-color css

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

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

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

border-color css

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

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

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