Html Css Color HEX #126651 Watercourse

📋 copy color: '#126651'

red 18 ◦ green 102 ◦ blue 81

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

Shades of Watercourse #126651

Tints of Watercourse #126651

RGB

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

 GREEN value IS 102 (40.23% from 255) = 50.75%

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

R = 8.96%
G = 50.75%
B = 40.3%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.21

 K value IS 0.6

RGB Variations

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

Color information

#126651 (or 0x126651) is known color: Watercourse. HEX triplet: 12, 66 and 51. RGB value is (18,102,81). Sum of RGB (Red+Green+Blue) = 18+102+81=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 102 (40.23% from 255 or 50.75% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 102 - color contains mainly: green. Hex color #126651 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126651 is #ED99AE. Grayscale: #4A4A4A. Windows color (decimal): -15571375 or 5334546. OLE color: 5334546.

HSL color Cylindrical-coordinate representation of color #126651: hue angle of 165º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126651 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.6.

Color convert

RGB 18 102 81 -
CMYK 0.82 0 0.21 0.6
HSL 165º 0.7% 0.24% -
HSV(B) 165º 0.82% 0.4% -
XYZ 6.49 10.23 9.42 -
YUV 74.49 131.67 87.71 -
System Red Green Blue C M Y K H S L
Decimal 18 102 81 0.82 0 0.21 0.6 165 0.7 0.24
Hex 12 66 51 52 0 15 3C A5 46 18
Octal 22 146 121 122 0 25 74 245 106 30
Binary 10010 1100110 1010001 1010010 0 10101 111100 10100101 1000110 11000

Color Harmonies of #126651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126651

Black with #126651

Text Example


Text Example

White with #126651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126651; }

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

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

background-color css

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

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

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

border-color css

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

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

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